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

Commit1bf4e26

Browse files
committed
Merge pull request#159 from neobobkrause/patch-1
Update boost/network/protocol/http/client/async_impl.hpp
2 parentsaca0667 +7b484fb commit1bf4e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎boost/network/protocol/http/client/async_impl.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ namespace boost { namespace network { namespace http {
6464
certificate_filename_(certificate_filename),
6565
verify_path_(verify_path)
6666
{
67-
}
67+
connection_base::resolver_strand_.reset(new
68+
boost::asio::io_service::strand(service_));
69+
}
6870

6971
~async_client()throw ()
7072
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp