-
Notifications
You must be signed in to change notification settings - Fork 565
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
Header continuation #50
Comments
I believe we should fix this by declaring that, if there is a continuation On Mon, Mar 11, 2013 at 1:26 PM, martinthomson notifications@github.comwrote:
|
To clarify - you mean that no headers frame on a different stream can be sent? |
yes. It isn't the only possible solution, but it is relatively simple and it On Mon, Mar 18, 2013 at 2:14 AM, Mark Nottingham
|
confusing. Added a flag in the HEADERS frame for header continuations. Added pointers in HEADERS+PRIORITY and PUSH_PROMISE which reference the flags in the HEADERS frame. This should resolve httpwg#50
@grmocg suggested that his header compression (#2) would include the ability to continue header blocks across frames. We should track this as a separate issue.
Important consideration is the way that header blocks mutate session state (for header compression). Interleaving of continued header frames will cause issues if we don't address this.
We should also consider whether this is a general facility or not.
The text was updated successfully, but these errors were encountered: