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

Specify HEADERS on control stream error. #2708

Merged
merged 1 commit into from Jun 11, 2019
Merged

Specify HEADERS on control stream error. #2708

merged 1 commit into from Jun 11, 2019

Conversation

DaanDeMeyer
Copy link
Contributor

Receiving a HEADERS frame on a control stream should result in a connection error of type HTTP_WRONG_STREAM.

The correct error is documented for all other frame types except for HEADERS. This pr specifies the error for HEADERS frames as well.

@LPardue
Copy link
Member

LPardue commented May 16, 2019

This inconsistency was bugging me the other day. So thanks for beating me to fixing it :)

@MikeBishop iff #2678 gets traction, we'd need a sweep of all these If a HEADERS frame is received on either control stream phrases to cover all streams (exclusively or inclusively).

@DaanDeMeyer
Copy link
Contributor Author

@MikeBishop #2678 was closed. Is there anything else that's blocking this pr from being merged?

draft-ietf-quic-http.md Outdated Show resolved Hide resolved
Receiving a HEADERS frame on a control stream should result in a
connection error of type HTTP_WRONG_STREAM.
@ianswett
Copy link
Contributor

@DaanDeMeyer I added @MikeBishop so he can review and merge this.

@MikeBishop MikeBishop merged commit 9302377 into quicwg:master Jun 11, 2019
@DaanDeMeyer DaanDeMeyer mentioned this pull request Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants