[Modify] Polish it

This commit is contained in:
sta 2020-02-21 19:54:49 +09:00
parent e261e0ec37
commit 20f57f3759

View File

@ -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",