From 6605ba87db098595c2e9c6fa7c9b53e31539a5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 2 May 2015 22:33:00 +0200 Subject: [PATCH] Fix typo in comment --- liberty-proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liberty-proto.c b/liberty-proto.c index 9207a4a..f4934da 100644 --- a/liberty-proto.c +++ b/liberty-proto.c @@ -1075,7 +1075,7 @@ ws_encode_response_key (const char *key) enum ws_status { - // Named according to the meaning specified in RFC 6455, section 11.2 + // Named according to the meaning specified in RFC 6455, section 11.7 WS_STATUS_NORMAL_CLOSURE = 1000, WS_STATUS_GOING_AWAY = 1001,