[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>
NotImplemented = 501,
/// <summary>
/// Equivalent to status code 502.
/// Indicates that a gateway or proxy server received an invalid response from the upstream
/// server.
/// Equivalent to status code 502. Indicates that a gateway or proxy server
/// received an invalid response from the upstream server.
/// </summary>
BadGateway = 502,
/// <summary>