Skip to content

Commit

Permalink
delete send disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Jul 11, 2020
1 parent 30ca0a3 commit 7796442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ratelimit/core.py
Expand Up @@ -53,4 +53,3 @@ async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:

await send({"type": "http.response.start", "status": 429})
await send({"type": "http.response.body", "body": b"", "more_body": False})
await send({"type": "http.response.disconnect"})

0 comments on commit 7796442

Please sign in to comment.