Skip to content

Commit 39a2705

Browse files
committed
v4() for real this time
1 parent de7c710 commit 39a2705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void boost::network::http::impl::normal_delegate::connect(
2828

2929
socket_.reset(new asio::ip::tcp::socket(
3030
service_,
31-
asio::ip::tcp::endpoint(asio::ip::v4(), source_port)));
31+
asio::ip::tcp::endpoint(asio::ip::tcp::v4(), source_port)));
3232
socket_->async_connect(endpoint, handler);
3333
}
3434

0 commit comments

Comments
 (0)