[Modify] Polish it

This commit is contained in:
sta 2020-02-18 21:35:21 +09:00
parent 1a2d0e2357
commit b0cf8a1883

View File

@ -123,7 +123,10 @@ namespace WebSocketSharp.Net
"Allow",
new HttpHeaderInfo (
"Allow",
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.MultiValue
)
},
{
"Authorization",