From c9288c6b773e9dae4034361cfc4e5cb4020852e9 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 19 Feb 2020 21:34:58 +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 3b179e6c..4abb7454 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -206,7 +206,10 @@ namespace WebSocketSharp.Net "ContentType", new HttpHeaderInfo ( "Content-Type", - HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.Restricted) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.Restricted + ) }, { "Cookie",