Skip to content

Commit

Permalink
Update web_protocol.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 23, 2024
1 parent 9fdf07d commit 46182c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/web_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ async def start(self) -> None:
else:
task = loop.create_task(coro)
try:
resp, reset = await task # type: ignore[possibly-undefined]
resp, reset = await task
except ConnectionError:
self.log_debug("Ignored premature client disconnection")
break
Expand Down

0 comments on commit 46182c6

Please sign in to comment.