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
The issue is that the value of one of the original Response headers (i.e., X-Archive-Orig-content-length) has been changed from 11603 to 22495. In general, I think all original Response headers (i.e., start with "X-Archive-Orig-...") should not be modified.
What's your environment?
macOS Sierra
Other information
I think the issue is from the following lines of code:
File: .../node-modules/node-warc/lib/writers/remoteChrome.js
Lines: 767 and 768
The code:
Are you submitting a bug report or a feature request?
A bug report.
What is the current behavior?
Generate a WARC file for https://web.archive.org/web/20170705235134/http://www.cs.odu.edu/~maturban/ .
What is the expected behavior?
The Response headers of requesting https://web.archive.org/web/20170705235134/http://www.cs.odu.edu/~maturban/ should be as following:
But we got:
The issue is that the value of one of the original Response headers (i.e., X-Archive-Orig-content-length) has been changed from 11603 to 22495. In general, I think all original Response headers (i.e., start with "X-Archive-Orig-...") should not be modified.
What's your environment?
macOS Sierra
Other information
I think the issue is from the following lines of code:
File:
.../node-modules/node-warc/lib/writers/remoteChrome.js
Lines:
767 and 768
The code:
The text was updated successfully, but these errors were encountered: