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

HTTP3: Fix issue with GOAWAY handling and implement graceful shutdown logic in Http3LoopbackServer #56134

Merged
merged 4 commits into from
Jul 24, 2021

Conversation

geoffkizer
Copy link
Contributor

@geoffkizer geoffkizer commented Jul 22, 2021

Fixes #55025
Fixes #55508

Fix an issue where we are not properly handling a GOAWAY frame because we think we've seen one previously, even though we haven't.

Add graceful shutdown logic to Http3LoopbackServer.

Related QUIC tests and fixes.

@ghost
Copy link

ghost commented Jul 22, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #55025

Fix an issue where we are not properly handling a GOAWAY frame because we think we've seen one previously, even though we haven't.

Add graceful shutdown logic to Http3LoopbackServer.

Related QUIC tests and fixes.

Author: geoffkizer
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@geoffkizer geoffkizer requested review from wfurt, ManickaP and CarnaViire and removed request for ManickaP July 22, 2021 07:05
@geoffkizer
Copy link
Contributor Author

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@geoffkizer geoffkizer force-pushed the http3loopbackserver branch from 472d07c to 07a4c0a Compare July 24, 2021 02:48
@geoffkizer
Copy link
Contributor Author

/azp run runtime-libraries-coreclr outerloop

@geoffkizer geoffkizer requested a review from CarnaViire July 24, 2021 02:49
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@geoffkizer
Copy link
Contributor Author

I addressed the feedback -- please take a look.

Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

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

LGTM

@geoffkizer
Copy link
Contributor Author

Failures look unrelated

@geoffkizer geoffkizer merged commit 4be9cb3 into dotnet:main Jul 24, 2021
@geoffkizer geoffkizer deleted the http3loopbackserver branch July 24, 2021 21:18
@karelz karelz added this to the 6.0.0 milestone Jul 29, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants