mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
rewriter: range massage for patch as well as record
This commit is contained in:
parent
14cf68e4e5
commit
a5696fc2d4
@ -123,7 +123,7 @@ class RewriterApp(object):
|
||||
readd_range = False
|
||||
async_record_url = None
|
||||
|
||||
if kwargs.get('type') == 'record':
|
||||
if kwargs.get('type') in ('record', 'patch'):
|
||||
rangeres = inputreq.extract_range()
|
||||
|
||||
if rangeres:
|
||||
|
Loading…
x
Reference in New Issue
Block a user