nitpicks
This commit is contained in:
parent
553f963516
commit
6013140ae5
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ using System.Security.Cryptography;
|
|||
using System.Text;
|
||||
using System.Web;
|
||||
using System.Collections.Specialized;
|
||||
using Uwaa.HTTP.Websockets;
|
||||
using Uwaa.HTTP.Responses;
|
||||
|
||||
namespace Uwaa.HTTP;
|
||||
|
|
|
@ -15,7 +15,7 @@ public sealed class Websocket
|
|||
public readonly HttpRequest Request;
|
||||
|
||||
/// <summary>
|
||||
/// The chosen sub-protocol requested by the client and supported by the server.
|
||||
/// The chosen sub-protocol negotiated with the client.
|
||||
/// </summary>
|
||||
public readonly string? SubProtocol;
|
||||
|
||||
|
|
Loading…
Reference in a new issue