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.
2 parents 1bf4e26 + 3f27c3a commit d444579Copy full SHA for d444579
boost/network/protocol/http/client/connection/async_normal.hpp
@@ -171,6 +171,8 @@ namespace boost { namespace network { namespace http { namespace impl {
171
placeholders::error)));
172
} else {
173
set_errors(ec ? ec : boost::asio::error::host_not_found);
174
+ boost::iterator_range<const char*> range;
175
+ callback(range,ec);
176
}
177
178
0 commit comments