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 22375ba commit addf968Copy full SHA for addf968
boost/network/protocol/http/client/async_impl.hpp
@@ -57,7 +57,7 @@ struct async_client
57
always_verify_peer_(always_verify_peer) {
58
connection_base::resolver_strand_.reset(
59
new boost::asio::io_service::strand(service_));
60
- if(service)
+ if(!service)
61
lifetime_thread_.reset(new boost::thread(
62
boost::bind(&boost::asio::io_service::run, &service_)));
63
}
0 commit comments