diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-02 22:33:00 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-02 22:33:00 +0200 |
commit | 6605ba87db098595c2e9c6fa7c9b53e31539a5fc (patch) | |
tree | 8ff907f42ad99899752abd9d42bddd44cfebe20e | |
parent | 8c6d18757d2d4135963f3dbab6d2d5ec8c8b6af3 (diff) | |
download | liberty-6605ba87db098595c2e9c6fa7c9b53e31539a5fc.tar.gz liberty-6605ba87db098595c2e9c6fa7c9b53e31539a5fc.tar.xz liberty-6605ba87db098595c2e9c6fa7c9b53e31539a5fc.zip |
Fix typo in comment
-rw-r--r-- | liberty-proto.c | 2 |
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, |