Fix segfaults during CDX read#24
Conversation
|
This writes invalid WARC-Refers-To-Date headers--oops. This is because the code would now read the timestamps from the CDX file (which appears to be formatted as I can have the code rewrite the CDX timestamp into the UTC timestamp according to the W3CDTF, but I am slightly hesitant to (unless given the okay) since I don't know if all properly formed CDX files will have their timestamps be in the form of |
98d7eb6 to
463b2f6
Compare
|
The invalid WARC-Refers-To-Date headers issue should be fixed now |
|
Thank you! It looks like I will need to check this PR closer before merging it. |
|
Oopsie (and you're welcome!) |
If this is not done, wget segfaults if --warc-dedup is not passed (but --warc-file and --warc-cdx is)
Fixes #23