Update CloseCode

master
Ryan Lee 2016-09-20 20:52:28 -04:00
parent b8daf35002
commit aef8952c2d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ enum CloseCode {
CLOSE_NORMAL = 0,
// Failure
CLOSE_GOING_AWAY,
CLOSE_GOING_AWAY = 0x80000000,
CLOSE_ABNORMAL,
CLOSE_PROTOCOL_ERROR,
CLOSE_SIGNAL_ERROR