-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does WARCreate handle preserving HTTP/2 communication? #103
Comments
For the reference iipc/warc-specifications#15 |
That discussion was part of the impetus for creating this issue, @ibnesayeed. This issue is about determining what the current behavior is. The result of that can be cross-referenced with other discussions on the correct representation. |
@machawk1 I would assume the "right" way would be to turn the HTTP/2 protocols into HTTP/1.1. Reasoning:
|
@N0taN3rd Maybe a conversion record is more suitable for the HTTP/1.1 derivative while still maintaining the original payload while replay systems (and the WARC spec) catch up. |
I would agree with @machawk1, because as an archivist you never want to lose information that might be useful later just because current tools do not support something. |
The current behavior needs to be documented. Per the WARC/1.1 spec, there is no documented "right way" but identifying the current approaches would be useful and help to guide how it might be done.
The text was updated successfully, but these errors were encountered: