Skip to content

Commit 2d69fef

Browse files
committed
Update normal_delegate.hpp
1 parent 562f814 commit 2d69fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/client/connection/normal_delegate.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace impl {
1919
struct normal_delegate : connection_delegate {
2020
normal_delegate(asio::io_service &service);
2121

22-
virtual void connect(asio::ip::tcp::endpoint &endpoint, std::string host,
22+
virtual void connect(asio::ip::tcp::endpoint &endpoint, std::string host, boost::uint16_t source_port,
2323
function<void(system::error_code const &)> handler);
2424
virtual void write(
2525
asio::streambuf &command_streambuf,

0 commit comments

Comments
 (0)