aboutsummaryrefslogtreecommitdiff
path: root/liberty-proto.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-05-02 22:33:00 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-05-02 22:33:00 +0200
commit6605ba87db098595c2e9c6fa7c9b53e31539a5fc (patch)
tree8ff907f42ad99899752abd9d42bddd44cfebe20e /liberty-proto.c
parent8c6d18757d2d4135963f3dbab6d2d5ec8c8b6af3 (diff)
downloadliberty-6605ba87db098595c2e9c6fa7c9b53e31539a5fc.tar.gz
liberty-6605ba87db098595c2e9c6fa7c9b53e31539a5fc.tar.xz
liberty-6605ba87db098595c2e9c6fa7c9b53e31539a5fc.zip
Fix typo in comment
Diffstat (limited to 'liberty-proto.c')
-rw-r--r--liberty-proto.c2
1 files changed, 1 insertions, 1 deletions
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,