-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Add WebSockets compressions support #2715
Copy link
Copy link
Closed
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersapi-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementationarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-http-abstractionsseverity-majorThis label is used by an internal toolThis label is used by an internal tool
Milestone
Description
Metadata
Metadata
Assignees
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersapi-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementationarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-http-abstractionsseverity-majorThis label is used by an internal toolThis label is used by an internal tool
Type
Fields
No fields configured for issues without a type.
From @vanillajonathan on Monday, September 19, 2016 2:26:50 PM
The
WebSocketclass does not have support for extensions. Which is part of the rfc6455 standard:https://tools.ietf.org/html/rfc6455#section-9
It should read the
Sec-WebSocket-ExtensionsHTTP header from the client.The
WebSocketclass does not expose aExtensionsproperty.Copied from original issue: aspnet/HttpAbstractions#711