diff --git a/HTTP/Websockets/CloseStatus.cs b/HTTP/Websockets/CloseStatus.cs index 268fca2..436a0b1 100644 --- a/HTTP/Websockets/CloseStatus.cs +++ b/HTTP/Websockets/CloseStatus.cs @@ -12,5 +12,8 @@ public enum CloseStatus : ushort PolicyViolation = 1008, MessageTooBig = 1009, MandatoryExtension = 1010, - InternalServerError = 1011 + InternalServerError = 1011, + ServiceRestart = 1012, + TryAgainLater = 1013, + BadGateway = 1014, } \ No newline at end of file