[Modify] Polish it

This commit is contained in:
sta 2020-02-20 20:20:53 +09:00
parent 272c986225
commit 18fc2e5d19

View File

@ -229,7 +229,10 @@ namespace WebSocketSharp.Net
"Date",
new HttpHeaderInfo (
"Date",
HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.Restricted)
HttpHeaderType.Request
| HttpHeaderType.Response
| HttpHeaderType.Restricted
)
},
{
"Expect",