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 6039ee9 commit cdbc67bCopy full SHA for cdbc67b
http/src/network/http/v2/client/client.hpp
@@ -74,7 +74,7 @@ namespace network {
74
* \brief Move constructor.
75
*/
76
client_options(client_options &&other)
77
- : io_service_(std::move(io_service_))
+ : io_service_(std::move(other.io_service_))
78
, follow_redirects_(std::move(other.follow_redirects_))
79
, cache_resolved_(std::move(other.cache_resolved_))
80
, use_proxy_(std::move(other.use_proxy_))
0 commit comments