|
|
|
@ -424,7 +424,10 @@ namespace WebSocketSharp.Net
|
|
|
|
"SecWebSocketProtocol",
|
|
|
|
"SecWebSocketProtocol",
|
|
|
|
new HttpHeaderInfo (
|
|
|
|
new HttpHeaderInfo (
|
|
|
|
"Sec-WebSocket-Protocol",
|
|
|
|
"Sec-WebSocket-Protocol",
|
|
|
|
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValueInRequest)
|
|
|
|
HttpHeaderType.Request
|
|
|
|
|
|
|
|
| HttpHeaderType.Response
|
|
|
|
|
|
|
|
| HttpHeaderType.MultiValueInRequest
|
|
|
|
|
|
|
|
)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"SecWebSocketVersion",
|
|
|
|
"SecWebSocketVersion",
|
|
|
|
|