Commits
Click on a commit to change the comparison rangeFix 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. DO NOT MERGE
Trying to demonstrate that the test will not even fail when too many bytes are sent.