Skip to content

Commit

Permalink
Merge pull request #262 from bdraco/3110_compat
Browse files Browse the repository at this point in the history
Fix compat with aiohttp 3.11.0+
  • Loading branch information
pnuckowski authored Nov 15, 2024
2 parents b83af20 + e909123 commit 827d4c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aioresponses/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def _build_response(self, url: 'Union[URL, str]',
url=url,
method=method,
headers=CIMultiDictProxy(CIMultiDict(**request_headers)),
real_url=url
)
kwargs['writer'] = None
kwargs['continue100'] = None
Expand Down

0 comments on commit 827d4c2

Please sign in to comment.