Fix typo in comment
This commit is contained in:
parent
8c6d18757d
commit
6605ba87db
|
@ -1075,7 +1075,7 @@ ws_encode_response_key (const char *key)
|
||||||
|
|
||||||
enum ws_status
|
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_NORMAL_CLOSURE = 1000,
|
||||||
WS_STATUS_GOING_AWAY = 1001,
|
WS_STATUS_GOING_AWAY = 1001,
|
||||||
|
|
Loading…
Reference in New Issue