Skip to content

Commit

Permalink
useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Sep 29, 2021
1 parent 4172c0f commit 75182be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiohttp_asgi/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ async def on_send(self, payload: t.Dict[str, t.Any]):
raise TypeError("Unexpected message %r" % payload, payload)

await self.writer.write(payload["body"])
# receive_queue.put_nowait({"type": "http.disconnect"})

if payload.get("more_body", False):
await self.writer.drain()
Expand Down

0 comments on commit 75182be

Please sign in to comment.