Skip to content

Commit e910fa4

Browse files
committed
add codes
1 parent 10a6c32 commit e910fa4

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

include/session.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ namespace xwebsocket
121121
on_close();
122122
}
123123
send_data(make_handshake(Sec_WebSocket_Key, Sec_WebSocket_Protocol));
124-
path_ = http_parser_.get_path();
124+
path_ = http_parser_.url();
125125

126126
auto buffer = http_parser_.get_string();
127127

unit_test/unit_test.vcxproj.filters

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)