mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
e1b77e930b
The entire body was previously read in memory which would lead the server to be killed by the scheduler. This change allows 8Kb chunks to be read until the entire body is consummed. Co-authored-by: Samori Gorse <samori@codeinstyle.io> |
||
---|---|---|
.. | ||
http_base.py | ||
http_strategies.py | ||
test_cli.py | ||
test_http_request.py | ||
test_http_response.py | ||
test_utils.py | ||
test_websocket.py |