Skip to content

Commit 49ba7a9

Browse files
committed
Fix build breakage.
1 parent 5410c5f commit 49ba7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/policies/simple_connection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct simple_connection_policy : resolver_policy<Tag>::type {
130130
resolver, follow_redirect_, always_verify_peer, request_.host(),
131131
std::to_string(request_.port()),
132132
[this](resolver_type& resolver, string_type const& host,
133-
std::uint16_t port, resolve_completion_function once_resolved) {
133+
std::uint16_t port, resolver_completion_function once_resolved) {
134134
this->resolve(resolver, host, port, once_resolved);
135135
},
136136
boost::iequals(request_.protocol(), string_type("https")), timeout_,

0 commit comments

Comments
 (0)