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

HTTP cross references #4963

Merged
merged 7 commits into from Mar 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions rfc9114.md
Expand Up @@ -1145,6 +1145,9 @@ transaction or to the entire HTTP/3 connection context.
*[control stream]: #control-streams
*[push stream]: #push-streams
*[request stream]: #request-streams
*[control streams]: #control-streams
*[push streams]: #push-streams
*[request streams]: #request-streams

## Bidirectional Streams {#request-streams}

Expand Down Expand Up @@ -1409,9 +1412,9 @@ HEADERS Frame {
~~~~~~~~~~
{: title="HEADERS Frame"}

HEADERS frames can only be sent on request or push streams. If a HEADERS frame
is received on a control stream, the recipient MUST respond with a connection
error of type H3_FRAME_UNEXPECTED.
HEADERS frames can only be sent on request streams or push streams. If a
HEADERS frame is received on a control stream, the recipient MUST respond with a
connection error of type H3_FRAME_UNEXPECTED.

### CANCEL_PUSH {#frame-cancel-push}

Expand Down