http: extra close statuses

This commit is contained in:
uwaa 2025-01-20 22:28:12 +00:00
parent a0db75bfdd
commit 57293135a2

View file

@ -12,5 +12,8 @@ public enum CloseStatus : ushort
PolicyViolation = 1008,
MessageTooBig = 1009,
MandatoryExtension = 1010,
InternalServerError = 1011
InternalServerError = 1011,
ServiceRestart = 1012,
TryAgainLater = 1013,
BadGateway = 1014,
}