We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f272cb4 commit 5df9d29Copy full SHA for 5df9d29
http/src/network/protocol/http/client/options.ipp
@@ -30,7 +30,7 @@ class client_options_pimpl {
30
}
31
32
void io_service(boost::asio::io_service* io_service) {
33
- io_service_ = io_service_;
+ io_service_ = io_service;
34
35
36
boost::asio::io_service* io_service() const { return io_service_; }
0 commit comments