http: extra close statuses
This commit is contained in:
parent
a0db75bfdd
commit
57293135a2
1 changed files with 4 additions and 1 deletions
|
@ -12,5 +12,8 @@ public enum CloseStatus : ushort
|
||||||
PolicyViolation = 1008,
|
PolicyViolation = 1008,
|
||||||
MessageTooBig = 1009,
|
MessageTooBig = 1009,
|
||||||
MandatoryExtension = 1010,
|
MandatoryExtension = 1010,
|
||||||
InternalServerError = 1011
|
InternalServerError = 1011,
|
||||||
|
ServiceRestart = 1012,
|
||||||
|
TryAgainLater = 1013,
|
||||||
|
BadGateway = 1014,
|
||||||
}
|
}
|
Loading…
Reference in a new issue