Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49ba7a9

Browse files
committed
Fix build breakage.
1 parent5410c5f commit49ba7a9

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_typeconst& 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)

[8]ページ先頭

©2009-2025 Movatter.jp