From 323c66a634337151f68c2d8bf8f85e8994745109 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 7 Jan 2019 22:20:41 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpUtility.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 7458eecd..fcd7f895 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -130,11 +130,11 @@ namespace WebSocketSharp.Net { var buff = new StringBuilder (); - // 0: Nothing + // 0: None // 1: Right after '&' - // 2: Between '&' and ';' but no '#' + // 2: Between '&' and ';' but no NCR // 3: '#' found after '&' and getting numbers - // 4: 'x' found after "&#" and getting numbers + // 4: 'x' found after '#' and getting numbers var state = 0; var reference = new StringBuilder ();