[Modify] Edit it

This commit is contained in:
sta 2020-08-09 22:29:37 +09:00
parent 5b316b5220
commit 68b356ad93

View File

@ -326,9 +326,9 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
BadGateway = 502, BadGateway = 502,
/// <summary> /// <summary>
/// Equivalent to status code 503. /// Equivalent to status code 503. Indicates that the server is currently
/// Indicates that the server is currently unable to handle the client's request due to /// unable to handle the client's request due to a temporary overloading
/// a temporary overloading or maintenance of the server. /// or maintenance of the server.
/// </summary> /// </summary>
ServiceUnavailable = 503, ServiceUnavailable = 503,
/// <summary> /// <summary>