-
Notifications
You must be signed in to change notification settings - Fork 6
fix: header duplication & JSON parsing #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
alandtse
merged 24 commits into
alandtse:main
from
danielbrunt57:Prevent-header-growth-by-mutation
Feb 6, 2026
Merged
Changes from 11 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8d270f9
fix: guard JSON parsing, avoid header mutation, handle timeouts
danielbrunt57 1a2fd76
Improve error handling in auth_capture_proxy.py
danielbrunt57 95277d5
Update auth_capture_proxy.py with new implementation.
danielbrunt57 b66fd37
Apply proposed fixes
danielbrunt57 4f1d27f
Use a more forgiving timeout for proxying browser-driven auth traffic
danielbrunt57 4711a88
Remove unused import: from datetime import timedelta
danielbrunt57 905c4f0
Syntax error
danielbrunt57 9fe551e
Merge branch 'main' into Prevent-header-“growth”-by-mutation
danielbrunt57 20ae1ba
Remove unused DEFAULT_HTTPX_TIMEOUT
danielbrunt57 253c5dc
Update auth_capture_proxy.py (3 changes)
danielbrunt57 512f15a
Implemented nitpick suggested fix for consistency
danielbrunt57 76f5f3b
Fixed three more `[...]` truncations
danielbrunt57 6a0302d
Fix: Unreachable exception handler: reorder to catch TimeoutException…
danielbrunt57 bf0e541
Fix docstring typos.
danielbrunt57 415c0e7
fix: Incomplete exception handling in JSON parsing fallback.
danielbrunt57 658af90
Changed generic set[asyncio.Task] to Set[asyncio.Task] from typing
danielbrunt57 27bde5c
Create test_regression_headers_and_json_parsing.py
danielbrunt57 8ded996
Fixed syntax/indentation problem
danielbrunt57 9d944d1
Removed all has_body = True assignments (since aiohttp.web.Request.ha…
danielbrunt57 25fde9b
Fix: pass a real aiohttp StreamReader-like payload, not raw bytes.
danielbrunt57 272d48b
fix: TypeError: StreamReader.__init__() missing 1 required positional…
danielbrunt57 7b17af3
fix failing lint tox env; it's running flake8 with bizarre docstring …
danielbrunt57 24f1db5
Add a concrete type annotation for calls in DummyAsyncClient.__init__
danielbrunt57 f691876
Merge branch 'alandtse:main' into Prevent-header-growth-by-mutation
danielbrunt57 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.