webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

Record unbound Range requests only, don't convert bounded range requests to unbounded #845

Closed ikreymer closed 1 year ago

ikreymer commented 1 year ago

Description

Don't automatically convert any ranged 0-N request to an unbounded 0- when recording. Also fix tests, bump to 2.7.4

Motivation and Context

Causes pywb to end up with unfinished requests (found in crawler). Crawler already making explicit unbounded requests as needed.

Screenshots (if appropriate):

Types of changes

Checklist: