- 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 |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||