-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
From @vanillajonathan on Monday, September 19, 2016 2:26:50 PM
The WebSocket
class 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-Extensions
HTTP header from the client.
The WebSocket
class does not expose a Extensions
property.
Copied from original issue: aspnet/HttpAbstractions#711
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