Skip to content

Commit 5eb7289

Browse files
committed
Update async_normal.hpp
1 parent 9b0930a commit 5eb7289

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

+1-1
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)