[Modify] Polish it

This commit is contained in:
sta 2020-02-21 19:56:49 +09:00
parent 20f57f3759
commit 7de9e2b1a2

View File

@ -433,10 +433,11 @@ namespace WebSocketSharp.Net
"SecWebSocketVersion",
new HttpHeaderInfo (
"Sec-WebSocket-Version",
HttpHeaderType.Request |
HttpHeaderType.Response |
HttpHeaderType.Restricted |
HttpHeaderType.MultiValueInResponse)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.Restricted
| HttpHeaderType.MultiValueInResponse
)
},
{
"Server",