[Modify] Edit it

master
sta 5 years ago
parent 092e988aea
commit 57ef96ff38

@ -178,9 +178,9 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
RedirectMethod = 303, RedirectMethod = 303,
/// <summary> /// <summary>
/// Equivalent to status code 304. /// Equivalent to status code 304. Indicates that the client has performed
/// Indicates that the client has performed a conditional GET request and access is allowed, /// a conditional GET request and access is allowed, but the document has
/// but the document hasn't been modified. /// not been modified.
/// </summary> /// </summary>
NotModified = 304, NotModified = 304,
/// <summary> /// <summary>

Loading…
Cancel
Save