[Modify] Edit it

This commit is contained in:
sta 2020-08-09 22:31:29 +09:00
parent 68b356ad93
commit 40d3293c8a

View File

@ -332,9 +332,9 @@ namespace WebSocketSharp.Net
/// </summary>
ServiceUnavailable = 503,
/// <summary>
/// Equivalent to status code 504.
/// Indicates that a gateway or proxy server didn't receive a timely response from the upstream
/// server or some other auxiliary server.
/// Equivalent to status code 504. Indicates that a gateway or proxy server
/// did not receive a timely response from the upstream server or some other
/// auxiliary server.
/// </summary>
GatewayTimeout = 504,
/// <summary>