[Modify] Edit it

This commit is contained in:
sta 2020-08-09 22:27:39 +09:00
parent 35b650336e
commit 5b316b5220

View File

@ -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>