Fix FileResponse fallback code
In case the FileResponse is using _sendfile_fallback and the requested
range is smaller then the chunk size, we need to only read and send
count bytes.
0ac82e1
3 years ago
by mdellweg
0%
DO NOT MERGE
Trying to demonstrate that the test will not even fail when too many bytes are sent.