You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WarcParser, HttpParser and ChunkedBody now report the context of parse errors making them much easier to debug. (Sebastian Nagel)
HttpParser now has a lenient parsing mode which copes with various deviations from the HTTP standards including:
LF as a separator rather than CRLF
spaces between field names and the colon separator
normally disallowed characters in field values, request target
variation of the number of spaces in the request-line and status-line
Bugs fixed
The chunked encoding parser now handles last-chunk with multiple zreoes (reported by Sebastian Nagel)
WarcTargetRecord.target() and targetURI() now trim angle brackets from WARC-Target-URI for compatibility with implementations that followed the WARC 1.0 grammar.