Skip to content

v1.2.5

Choose a tag to compare

@yehsuf yehsuf released this 19 Jul 20:38
91f4e1f

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.