This commit is contained in:
uwaa 2024-11-15 15:24:13 +00:00
parent 553f963516
commit 6013140ae5
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ using System.Security.Cryptography;
using System.Text; using System.Text;
using System.Web; using System.Web;
using System.Collections.Specialized; using System.Collections.Specialized;
using Uwaa.HTTP.Websockets;
using Uwaa.HTTP.Responses; using Uwaa.HTTP.Responses;
namespace Uwaa.HTTP; namespace Uwaa.HTTP;

View file

@ -15,7 +15,7 @@ public sealed class Websocket
public readonly HttpRequest Request; public readonly HttpRequest Request;
/// <summary> /// <summary>
/// The chosen sub-protocol requested by the client and supported by the server. /// The chosen sub-protocol negotiated with the client.
/// </summary> /// </summary>
public readonly string? SubProtocol; public readonly string? SubProtocol;