We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2028c55 commit 3e5607fCopy full SHA for 3e5607f
boost/network/protocol/http/client/connection/normal_delegate.ipp
@@ -21,6 +21,9 @@ boost::network::http::impl::normal_delegate::normal_delegate(
21
void boost::network::http::impl::normal_delegate::connect(
22
asio::ip::tcp::endpoint &endpoint, std::string host,
23
function<void(system::error_code const &)> handler) {
24
+
25
+ (void)host;
26
27
socket_.reset(new asio::ip::tcp::socket(service_));
28
socket_->async_connect(endpoint, handler);
29
}
0 commit comments