- Override _create_connection instead of connect() to preserve standard HTTPSConnection behavior (TCP_NODELAY, proxy CONNECT tunneling, etc.) - Create SSL context once before the redirect loop instead of per-hop - Set minimum TLS version to 1.2 (fixes CodeQL security scanner flag) - Consolidate imports (socket, certifi) at top of try block |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| audio_codecs.py | ||
| defaults.py | ||
| inference.py | ||
| llama_cpp.py | ||
| orchestrator.py | ||
| tools.py | ||
| worker.py | ||