Skip to content

Commit

Permalink
Update http11.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Nov 21, 2024
1 parent bb72017 commit e3b066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpcore/_async/http11.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def handle_async_request(self, request: Request) -> Response:
status=resp.status,
headers=resp.headers,
content=iterator,
extensions=resp.extensions
extensions=resp.extensions,
)

async def iterate_response(
Expand Down

0 comments on commit e3b066d

Please sign in to comment.