[Modify] Polish it

This commit is contained in:
sta 2020-02-18 21:36:55 +09:00
parent b0cf8a1883
commit 5b0308a9dc

View File

@ -132,7 +132,8 @@ namespace WebSocketSharp.Net
"Authorization",
new HttpHeaderInfo (
"Authorization",
HttpHeaderType.Request | HttpHeaderType.MultiValue)
HttpHeaderType.Request | HttpHeaderType.MultiValue
)
},
{
"CacheControl",