Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zaphoyd committed Oct 10, 2013
1 parent bf5f285 commit 4761938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocketpp/uri.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class uri {
//state = 3;
break;
} else if (*it == '/') {
//state = 3;
state = 3;
} else {
port += *it;
}
Expand Down

0 comments on commit 4761938

Please # to comment.