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

Reduce the size of HttpRequestMessage and HttpRequestHeaders #81251

Merged
merged 2 commits into from Jan 27, 2023

Conversation

MihaZupan
Copy link
Member

Saves 8 bytes on HttpRequestMessage and 16 on HttpRequestHeaders.
This represents about ~1% of allocated bytes for a simple YARP request.

@MihaZupan MihaZupan added this to the 8.0.0 milestone Jan 27, 2023
@MihaZupan MihaZupan self-assigned this Jan 27, 2023
@ghost
Copy link

ghost commented Jan 27, 2023

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

Issue Details

Saves 8 bytes on HttpRequestMessage and 16 on HttpRequestHeaders.
This represents about ~1% of allocated bytes for a simple YARP request.

Author: MihaZupan
Assignees: MihaZupan
Labels:

area-System.Net.Http

Milestone: 8.0.0

@MihaZupan
Copy link
Member Author

Build failure is known according to Build Analysis

@MihaZupan MihaZupan merged commit 5971947 into dotnet:main Jan 27, 2023
@dotnet dotnet locked as resolved and limited conversation to collaborators Feb 27, 2023
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.

None yet

2 participants