From fd62393bf58de5df15c5501618f430b16125de1a Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 29 Dec 2018 22:04:30 +0900 Subject: [PATCH] [Modify] Polish 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 6d71ae98..65416f19 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -226,7 +226,7 @@ namespace WebSocketSharp.Net } number = 0; - state = c != '#' ? 2 : 3; + state = c == '#' ? 3 : 2; continue; }