You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
mitmproxy crash on git operations (PR #75): github.com added to --ignore-hosts. Large git pack responses (~1.8MB) were crashing mitmproxy silently.
mitmproxy crash on incomplete Copilot streaming (PR #75): PYTHONOPTIMIZE=1 disables mitmproxy's debug-only @expect assertions that crashed the proxy when the API closed a streaming connection mid-chunk.