Skip to content

Commit 4761938

Browse files
committed
bugfix
1 parent bf5f285 commit 4761938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocketpp/uri.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class uri {
144144
//state = 3;
145145
break;
146146
} else if (*it == '/') {
147-
//state = 3;
147+
state = 3;
148148
} else {
149149
port += *it;
150150
}

0 commit comments

Comments
 (0)