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 11b3d5a commit 13debb6Copy full SHA for 13debb6
boost/network/protocol/http/client/options.hpp
@@ -39,7 +39,7 @@ struct client_options {
39
swap(cache_resolved_, other.cache_resolved_);
40
swap(follow_redirects_, other.follow_redirects_);
41
swap(openssl_certificate_, other.openssl_certificate_);
42
- swap(openssl_verify_path, other.openssl_verify_path_);
+ swap(openssl_verify_path_, other.openssl_verify_path_);
43
swap(io_service_, other.io_service_);
44
}
45
0 commit comments