From 57293135a21036f6d25b3c6c96a841b7e25217c9 Mon Sep 17 00:00:00 2001 From: uwaa Date: Mon, 20 Jan 2025 22:28:12 +0000 Subject: [PATCH] http: extra close statuses --- HTTP/Websockets/CloseStatus.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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