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; }