Skip to content
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

Add a test case for 8.1, 2nd HEADERS frame without END_STREAM #36

Merged
merged 1 commit into from
Oct 4, 2015

Conversation

shane-kearns
Copy link
Contributor

This paragraph in the specification applies to any endpoint, although
it has been written from the point of view of a client.

A HEADERS frame (and associated CONTINUATION frames) can only appear
at the start or end of a stream. An endpoint that receives a HEADERS
frame without the END_STREAM flag set after receiving a final (non-
informational) status code MUST treat the corresponding request or
response as malformed (Section 8.1.2.6).

This paragraph in the specification applies to any endpoint, although
it has been written from the point of view of a client.

 A HEADERS frame (and associated CONTINUATION frames) can only appear
 at the start or end of a stream.  An endpoint that receives a HEADERS
 frame without the END_STREAM flag set after receiving a final (non-
 informational) status code MUST treat the corresponding request or
 response as malformed (Section 8.1.2.6).
@summerwind
Copy link
Owner

Great. Thank you for your contribution!

summerwind added a commit that referenced this pull request Oct 4, 2015
Add a test case for 8.1, 2nd HEADERS frame without END_STREAM
@summerwind summerwind merged commit d8627bc into summerwind:master Oct 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants