[issue42643] http.server does not support HTTP range requests

2021-02-20 Thread David Bordeynik
David Bordeynik added the comment: I would appreciate a code review - thank you -- ___ Python tracker ___ ___ Python-bugs-list

[issue42643] http.server does not support HTTP range requests

2021-01-16 Thread David Bordeynik
Change by David Bordeynik : -- keywords: +patch nosy: +DavidBord nosy_count: 2.0 -> 3.0 pull_requests: +23051 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24228 ___ Python tracker

[issue42643] http.server does not support HTTP range requests

2020-12-24 Thread Stéphane Blondon
Stéphane Blondon added the comment: RangeHTTPServer seems to support python3: there is a try-except clause to manage the different import of SimpleHTTPServer: https://github.com/danvk/RangeHTTPServer/blob/master/RangeHTTPServer/__main__.py#L13 The code is under Apache 2.0 licence. I don't

[issue42643] http.server does not support HTTP range requests

2020-12-14 Thread Decorater
Decorater added the comment: 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 for http.server though. --

[issue42643] http.server does not support HTTP range requests

2020-12-14 Thread Decorater
New submission from Decorater : 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 to update an progress bar) it ignores this and simply forces download of