From 8ffee004e5d3c9f3b74704858ad9fa3583183bdb Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 31 Oct 2016 16:58:57 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6227060a..9f01e2d2 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,9 @@ And then the client will send the following header in the handshake request to t Sec-WebSocket-Extensions: permessage-deflate; server_no_context_takeover; client_no_context_takeover -If the server accepts this header, it returns the same header which has the corresponding value. And this extension will be available when the client receives it. +If the server supports this extension, it will return the same header which has the corresponding value. + +So eventually this extension will be available when the client receives the header in the handshake response. #### Ignoring the extensions ####