From 4b78b9dc84b5bc5ef076eacd10d1471e947ea4c4 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 17 Feb 2020 21:35:16 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 8423d2f1..cad6cec0 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -71,7 +71,10 @@ namespace WebSocketSharp.Net static WebHeaderCollection () { _headers = - new Dictionary (StringComparer.InvariantCultureIgnoreCase) { + new Dictionary ( + StringComparer.InvariantCultureIgnoreCase + ) + { { "Accept", new HttpHeaderInfo (