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

[release/6.0-rc1] [HTTP/3] Abort response stream on dispose if content not finished #57999

Merged
merged 3 commits into from
Aug 24, 2021

Commits on Aug 24, 2021

  1. Sends abort read/write if H/3 stream is disposed before respective co…

    …ntents are finsihed
    ManickaP authored and github-actions committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e17498e View commit details
    Browse the repository at this point in the history
  2. Minor tweaks in abort conditions

    ManickaP authored and github-actions committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    ab8b491 View commit details
    Browse the repository at this point in the history
  3. Prevent reverting SendState from Aborted/ConnectionClosed back to sen…

    …ding state within Send* methods.
    ManickaP authored and github-actions committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    a28a614 View commit details
    Browse the repository at this point in the history