[Modify] Polish it

This commit is contained in:
sta 2020-02-17 21:35:16 +09:00
parent ce42b036e3
commit 4b78b9dc84

View File

@ -71,7 +71,10 @@ namespace WebSocketSharp.Net
static WebHeaderCollection () static WebHeaderCollection ()
{ {
_headers = _headers =
new Dictionary<string, HttpHeaderInfo> (StringComparer.InvariantCultureIgnoreCase) { new Dictionary<string, HttpHeaderInfo> (
StringComparer.InvariantCultureIgnoreCase
)
{
{ {
"Accept", "Accept",
new HttpHeaderInfo ( new HttpHeaderInfo (