[Modify] Edit it

master
sta 5 years ago
parent 35b650336e
commit 5b316b5220

@ -321,9 +321,8 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
NotImplemented = 501, NotImplemented = 501,
/// <summary> /// <summary>
/// Equivalent to status code 502. /// Equivalent to status code 502. Indicates that a gateway or proxy server
/// Indicates that a gateway or proxy server received an invalid response from the upstream /// received an invalid response from the upstream server.
/// server.
/// </summary> /// </summary>
BadGateway = 502, BadGateway = 502,
/// <summary> /// <summary>

Loading…
Cancel
Save