From a0fa4b519b40f57cea2db9cf82bb2379a2b8913a Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 1 Nov 2016 15:40:39 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f01e2d2..39591c23 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ wssv.AddWebSocketService ( ); ``` -If it's set to `true`, the service will not return the **Sec-WebSocket-Extensions** header in its handshake response. +If it is set to `true`, the service will not return the Sec-WebSocket-Extensions header in its handshake response. I think this is useful when you get something error in connecting the server and exclude the extensions as a cause of the error.