Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warc: Fix CDX fields missing with multi-line HTTP headers
The regex used to find the end of the HTTP headers would not match if there was a newline in between, so get_http_header would return nothing and the status code and MIME type fields would be empty in the CDX record.
- Loading branch information