Skip to content

Conversation

ManickaP
Copy link
Member

@ManickaP ManickaP commented Nov 4, 2024

Fixes #103561

@ManickaP ManickaP added the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Nov 4, 2024
@ghost ghost added the area-System.Net.Http label Nov 4, 2024
{
httpVersion = "HTTP/1.1";
}
string httpVersion = $"HTTP/{state.RequestMessage.Version.Major}.{state.RequestMessage.Version.Minor}";
Copy link
Member

Choose a reason for hiding this comment

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

note that this change causes a (minor) allocation of the string per each request.

Copy link
Member

@liveans liveans Jan 27, 2025

Choose a reason for hiding this comment

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

Thanks for reminding this! This PR contains some experiments for the CI machines atm, will get back to this once my plate is not full anymore

@dotnet-policy-service
Copy link
Contributor

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Net.Http NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[HTTP/3] Support on WinHttpHandler

4 participants