1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/.dockerignore
Ilya Kreymer ae56514c03
range request fixes: (#266)
- fully support range requests on frontend, if range request reaches pywb
- add OffsetLimitReader() to skip offset and limit read
- disbale rewriting for range requests
- serve 416 if range outside of content-length
- tests: add tests for range request handling
dockerignore: add collections/
2017-11-21 17:57:38 -08:00

12 lines
95 B
Plaintext

build/
dist/
.cache/
.eggs/
.git/
**/*.egg
**/*.egg-info
**/__pycache__
**/*.pyc
collections/