Skip to content

Commit

Permalink
Fix typo in docs (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmullen authored Feb 17, 2020
1 parent 6598b05 commit bd8e6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Uvicorn will pause reading from a transport once the buffered request body hits

### Response completion

Once a response has been sent, Uvicorn will no longer buffer any remaining request body. Any later calls to `recieve` will return an `http.disconnect` message.
Once a response has been sent, Uvicorn will no longer buffer any remaining request body. Any later calls to `receive` will return an `http.disconnect` message.

Together with the read flow control, this behavior ensures that responses that return without reading the request body will not stream any substantial amounts of data into memory.

Expand Down

0 comments on commit bd8e6c6

Please sign in to comment.