a28bdafa-f08b-4d5c-a058-5f14648d68ee
Results
2
comments of
a28bdafa-f08b-4d5c-a058-5f14648d68ee
I have issues with range requests on http.server module (ran from python -m http.server command) When requesting files to download from an program written in C (which uses range requests...
It seems there are some packages that supports the range requests too: https://github.com/danvk/RangeHTTPServer Not sure if that supports python 3 or not. It could be used to make a patch...