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

Introduce RecvStream::received_reset #1873

Merged
merged 2 commits into from
May 22, 2024
Merged

Introduce RecvStream::received_reset #1873

merged 2 commits into from
May 22, 2024

Commits on May 22, 2024

  1. quinn: Return ReadError::Reset persistently

    Improves symmetry with `WriteError::Stopped`. The proto layer can't
    provide this behavior because it discards stream state, but we have
    our own application-owned state and need to defer error reporting
    sometimes anyway, so we might as well make this more intuitive.
    Ralith committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fc334c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33e9e62 View commit details
    Browse the repository at this point in the history