From 2102c2953ce70f85c19970e286df6383add967d6 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 26 Mar 2015 17:02:20 +0900 Subject: [PATCH] Modified a bit for 'Per-message Compression' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27832222..d159452d 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ And then your client will send the following header with the connection request Sec-WebSocket-Extensions: permessage-deflate; server_no_context_takeover; client_no_context_takeover -If the server accepts this extension, it will return the same header and value. And when your client receives it, this extension will be available. +If the server accepts this extension, it will return the same header which has the corresponding value. And when your client receives it, this extension will be available. ### Secure Connection ###