daphne/tests
Samori Gorse e1b77e930b
Added request body chunking (#335)
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>
2020-10-21 16:38:03 +02:00
..
http_base.py Added request body chunking (#335) 2020-10-21 16:38:03 +02:00
http_strategies.py Added compatibility for hypothesis 4 (#261) 2019-06-17 10:10:14 +02:00
test_cli.py Add command-line options for proxy headers 2018-10-26 12:34:15 -07:00
test_http_request.py Added request body chunking (#335) 2020-10-21 16:38:03 +02:00
test_http_response.py Switch from Travis CI to GitHub Actions (#336) 2020-10-20 16:44:54 +02:00
test_utils.py Implement Black code formatting 2018-08-27 12:29:57 +10:00
test_websocket.py Switch from Travis CI to GitHub Actions (#336) 2020-10-20 16:44:54 +02:00