-
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
Content of continuations #183
Comments
Comment at the meeting: It's possible that an encoder could place only a small number of bytes in a frame and then use continuations. This was identified as a pathological case that would be a good addition to a test suite. |
There seemed to be a general desire to define a ...CONTINUED frame that doesn't have any of the decoration that the initial frame in the continued sequence has, like the PRIORITY bit, or the promised stream identifier. Hasan might produce a proposal. |
Note: Frames without END_HEADERS MUST NOT have END_STREAM. |
Discussed in Hamburg; agreed that we need:
and more, as above |
+1 on the CONTINUATION frame... (see http://lists.w3.org/Archives/Public/ietf-http-wg/2013JulSep/0527.html) |
Will the following sequence of frames be legal on a stream: PUSH_PROMISE, HEADERS, CONTINUATION? In the section:
I see:
which made me think that at least the following sequence of frames is legal: PUSH_PROMISE followed by HEADERS. I am not sure this is very clear elsewhere in the document. |
Yes, this is a valid sequence. I believe that the full sequence (as ABNF) is:
Note: the last frame of a response can now be a (continued) push promise, since that now has END_STREAM. We need to fix that. I'll follow up on-list and maybe raise another issue. |
Also updated definition of flags for the CONTINUATION frame (#183).
So, what is the content of a continuation?
The text was updated successfully, but these errors were encountered: