[Modify] Polish it

master
sta 6 years ago
parent 272c986225
commit 18fc2e5d19

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

Loading…
Cancel
Save