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

Permitted frame types #1880

Closed
rpaulo opened this issue Oct 18, 2018 · 2 comments
Closed

Permitted frame types #1880

rpaulo opened this issue Oct 18, 2018 · 2 comments
Labels
invalid A duplicate, overcome-by-events, ill-formed, or off-topic issue, or a question better asked on-list.

Comments

@rpaulo
Copy link
Contributor

rpaulo commented Oct 18, 2018

In section 9.2.3:

The sender of a stream sends just three frame types that affect the state of a stream at either sender or receiver: STREAM (Section 7.20), STREAM_BLOCKED (Section 7.11), and RST_STREAM (Section 7.3).

However, MAX_STREAM_DATA can also affect the state of the stream.

@kazuho
Copy link
Member

kazuho commented Oct 18, 2018

I think the text is correct because the subject here is "the sender of a stream."

MAX_STREAM_DATA is sent by "the receiver of a stream," which is discussed later in the section.

@MikeBishop
Copy link
Contributor

Yep.

The receiver of a stream sends MAX_STREAM_DATA (Section 7.7) and STOP_SENDING frames (Section 7.14).

@mnot mnot added the invalid A duplicate, overcome-by-events, ill-formed, or off-topic issue, or a question better asked on-list. label Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid A duplicate, overcome-by-events, ill-formed, or off-topic issue, or a question better asked on-list.
Projects
None yet
Development

No branches or pull requests

4 participants