Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion httpcore/_async/http2.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -118,7 +118,7 @@ async def arequest(
self.events[stream_id] = []
return await h2_stream.arequest(method, url, headers, stream, ext)
except Exception: # noqa: PIE786
self.max_streams_semaphore.release()
await self.max_streams_semaphore.release()
raise

async def send_connection_init(self, timeout: TimeoutDict) -> None:
Expand Down