From c521157f87d9179d71208c8f5f33db3a7b567047 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 17 Feb 2020 21:39:19 +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 cad6cec0..d49b75d9 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -79,7 +79,10 @@ namespace WebSocketSharp.Net "Accept", new HttpHeaderInfo ( "Accept", - HttpHeaderType.Request | HttpHeaderType.Restricted | HttpHeaderType.MultiValue) + HttpHeaderType.Request + | HttpHeaderType.Restricted + | HttpHeaderType.MultiValue + ) }, { "AcceptCharset",