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

Client also needs an ability to stop streams with error code #274

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

yaroslavros
Copy link
Contributor

For some reason stop_stream is currently only available for server streams.

However, it is also useful for clients to be able to stop streams with an error code - for example on disconnect of CONNECT socket or to close stream on receiving malformed capsule when using capsule protocol inside h3 stream.

Copy link
Contributor

@Ruben2424 Ruben2424 left a comment

Choose a reason for hiding this comment

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

lgtm

@Ruben2424 Ruben2424 merged commit e53e16e into hyperium:master Jan 14, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants