From 8d8d49d91dfdcfc70166ba9a3a18c100086a2e68 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 21 Jan 2019 20:34:00 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index dadb6554..276bffc5 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -734,7 +734,7 @@ namespace WebSocketSharp.Net else if (requestUri == "*") { } else { - // As authority form + // As the authority form. host = requestUri; }