[Modify] Edit it

master
sta 5 years ago
parent 68b356ad93
commit 40d3293c8a

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

Loading…
Cancel
Save