Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5eb7289

Browse files
committed
Update async_normal.hpp
1 parent9b0930a commit5eb7289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/client/connection/async_normal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct http_async_connection
9595
this->method = method;
9696
boost::uint16_t port_ =port(request);
9797
string_type host_ =host(request);
98-
boost::uint16_t source_port = request.getSourcePort();
98+
boost::uint16_t source_port = request.source_port();
9999

100100
resolve_(resolver_, host_, port_,
101101
request_strand_.wrap(boost::bind(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp