From 4761938600ea94291b262044b08f31a24021a7f8 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 10 Oct 2013 14:05:09 -0500 Subject: [PATCH] bugfix --- websocketpp/uri.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocketpp/uri.hpp b/websocketpp/uri.hpp index e3eb48037..b0c7f38f2 100644 --- a/websocketpp/uri.hpp +++ b/websocketpp/uri.hpp @@ -144,7 +144,7 @@ class uri { //state = 3; break; } else if (*it == '/') { - //state = 3; + state = 3; } else { port += *it; }