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

STOP_SENDING is permitted for Ready streams #2354

Merged
merged 3 commits into from Jan 22, 2019
Merged

Conversation

martinthomson
Copy link
Member

...in the case where those streams are implicitly created. There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.

@martinthomson martinthomson added editorial An issue that does not affect the design of the protocol; does not require consensus. -transport labels Jan 21, 2019
...in the case where those streams are implicitly created.  There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.
data is being discarded on receipt at application request. This signals a peer
to abruptly terminate transmission on a stream.
data is being discarded on receipt at application request. STOP_SENDING
requests that a peer to cease transmission on a stream.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"requests that" usually calls for the subjunctive mood:

...requests that a peer cease transmission...

Copy link
Contributor

@ianswett ianswett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG minus Dimitri's suggestion

@dtikhonov
Copy link
Member

@ianswett, does this sound normal to you?

STOP_SENDING requests that a peer to cease transmission on a stream.

@ianswett
Copy link
Contributor

To clarify, I +1'd your suggestion.

More clearly: "Looks good, but I would like you to accept Dimitri's suggestion before submitting this PR."

@dtikhonov
Copy link
Member

Ah, alright. I thought it was the other way around.

@martinduke
Copy link
Contributor

This LGTM. I was just about to file a similar issue when I saw this.

@martinthomson martinthomson merged commit a6f09e4 into master Jan 22, 2019
@martinthomson martinthomson deleted the stop-sending-ready branch January 22, 2019 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-transport editorial An issue that does not affect the design of the protocol; does not require consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants