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

Respect the Keep-Alive response header on HTTP/1.0 #73020

Merged
merged 5 commits into from
Aug 2, 2022

Conversation

MihaZupan
Copy link
Member

Fixes #72958

@MihaZupan MihaZupan added this to the 7.0.0 milestone Jul 28, 2022
@MihaZupan MihaZupan requested a review from a team July 28, 2022 20:29
@ghost
Copy link

ghost commented Jul 28, 2022

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

Issue Details

Fixes #72958

Author: MihaZupan
Assignees: -
Labels:

area-System.Net.Http

Milestone: 7.0.0

@MihaZupan MihaZupan marked this pull request as ready for review July 28, 2022 20:30
@ghost ghost assigned MihaZupan Jul 28, 2022
@MihaZupan

This comment was marked as outdated.

@azure-pipelines

This comment was marked as outdated.

@MihaZupan

This comment was marked as outdated.

@azure-pipelines

This comment was marked as outdated.

@MihaZupan
Copy link
Member Author

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dotnet dotnet deleted a comment from azure-pipelines bot Aug 2, 2022
@dotnet dotnet deleted a comment from azure-pipelines bot Aug 2, 2022
@MihaZupan MihaZupan merged commit 3b706dd into dotnet:main Aug 2, 2022
MihaZupan added a commit to MihaZupan/runtime that referenced this pull request Aug 2, 2022
* Respect the Keep-Alive response header on HTTP/1.0

* Remove TimeoutOffset

* Update Trace message

* Update tests

* Adjust test timeouts
carlossanlop pushed a commit that referenced this pull request Aug 12, 2022
)

* Respect the Keep-Alive response header on HTTP/1.0 (#73020)

* Respect the Keep-Alive response header on HTTP/1.0

* Remove TimeoutOffset

* Update Trace message

* Update tests

* Adjust test timeouts

* Respect the Keep-Alive response header on HTTP/1.1 as well

* Add some more comments

* Account for HeaderDescriptor changes in 7.0
@ghost ghost locked as resolved and limited conversation to collaborators Sep 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SocketsHttpHandler does not respect the Keep-Alive header
3 participants