mirror of
https://github.com/django/daphne.git
synced 2025-03-12 19:35:47 +03:00
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 |