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

Commitd444579

Browse files
committed
Merge pull request#175 from degiz/0.9-devel
bug fixed whis client doesnt invoke callback when cant resolve adress (fixes#174)
2 parents1bf4e26 +3f27c3a commitd444579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎boost/network/protocol/http/client/connection/async_normal.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ namespace boost { namespace network { namespace http { namespace impl {
171171
placeholders::error)));
172172
}else {
173173
set_errors(ec ? ec : boost::asio::error::host_not_found);
174+
boost::iterator_range<constchar*> range;
175+
callback(range,ec);
174176
}
175177
}
176178
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp