-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
Perfarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionshelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Milestone
Description
- DeleteCookie calls AppendCookie which is designed for larger chunked cookies. However, when deleting each of the values is an empty string. It could do something much more targeted.
DeleteCookiealso could the delegate allocation usingEnumerable.Whereand use a bespoke iterator similar toResponseCookies.Delete:AppendResponseCookieinvokesResponseCookies.Appendwhich allocates aResponseCookieValuesinstance and an intermediaryStringValuesfor the header. Since we know we're running inside a loop, it could be better optimized for fewer allocations
Metadata
Metadata
Assignees
Labels
Perfarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionshelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue