We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's useful to signal to the peer that you have stopped reading on a stream. This only resets the read half of the stream.
QUIC has STOP_SENDING frame for this: https://www.rfc-editor.org/rfc/rfc9000.html#name-stop_sending-frames
STOP_SENDING
We can consider adding something similar for yamux.
The text was updated successfully, but these errors were encountered:
While we're adding frames, maybe we can add a grease bit
Sorry, something went wrong.
No branches or pull requests
It's useful to signal to the peer that you have stopped reading on a stream. This only resets the read half of the stream.
QUIC has
STOP_SENDING
frame for this: https://www.rfc-editor.org/rfc/rfc9000.html#name-stop_sending-framesWe can consider adding something similar for yamux.
The text was updated successfully, but these errors were encountered: