webrecorder / warcio.js

JS Streaming WARC IO optimized for Browser and Node
MIT License
34 stars 6 forks source link

parsing fix: support loading revisit record with transfer-encoding ch… #36

Closed ikreymer closed 2 years ago

ikreymer commented 2 years ago

…unked headers and no payload, dechunk() exists gracefully if no data on first read, fixes #33

fix Transfer-Encoding header check to use canonical header names instead of all lowercase for consistency tests: add test for parsing revisit record with transfer-encoding http headers