Skip to content

HttpSys GoAway #14522

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

Merged
merged 4 commits into from
Oct 1, 2019
Merged

HttpSys GoAway #14522

merged 4 commits into from
Oct 1, 2019

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented Sep 27, 2019

#13356 We have a customer that needs to trigger an HTTP/2 GoAway via Http.Sys so that their load balancer can redirect traffic. Http.Sys added a response flag we can set for this, but only on 1909.

My test app did have to add a manifest for the OS version check to work:
https://stackoverflow.com/questions/33328739/system-environment-osversion-returns-wrong-version (not sure how it worked on my other machine without this.)

I verified this manually using wireshark. Post preview1 we have a work item to add helix queues that support new windows builds (https://github.com/aspnet/AspNetCore-Internal/issues/3170). Stephen also has a branch with tools that will allow us to write unit tests at the protocol/frame level (#14582).

@Tratcher Tratcher self-assigned this Sep 27, 2019
@Tratcher Tratcher force-pushed the tratcher/3.1/goaway branch 2 times, most recently from 1d687d9 to fdbc8ab Compare September 27, 2019 22:12
@Tratcher Tratcher added this to the 3.1.0-preview1 milestone Sep 30, 2019
@Tratcher Tratcher requested a review from jkotalik September 30, 2019 21:34
@Tratcher Tratcher marked this pull request as ready for review September 30, 2019 21:44
@Tratcher Tratcher force-pushed the tratcher/3.1/goaway branch from 0b67907 to eefa8c2 Compare October 1, 2019 15:28
@Tratcher Tratcher changed the base branch from release/3.1 to release/3.1-preview1 October 1, 2019 15:28
Copy link
Member

@halter73 halter73 left a comment

Choose a reason for hiding this comment

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

LGTM: SupportsGoAway should probably be a bool.

@Tratcher
Copy link
Member Author

Tratcher commented Oct 1, 2019

@anurse this is ready to merge.

@analogrelay analogrelay merged commit 5df258a into release/3.1-preview1 Oct 1, 2019
@analogrelay analogrelay deleted the tratcher/3.1/goaway branch October 1, 2019 23:05
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants