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] [HTTP/3] Abort response stream on dispose if content not finished #57741

Closed
wants to merge 3 commits into from

Commits on Aug 19, 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 19, 2021
    Configuration menu
    Copy the full SHA
    7f85288 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 19, 2021
    Configuration menu
    Copy the full SHA
    620793c 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 19, 2021
    Configuration menu
    Copy the full SHA
    9d3708f View commit details
    Browse the repository at this point in the history