Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 3f27c3a

Browse files
author
degiz
committed
bug fixed whis client doesnt invoke callback when cant resolve adress
1 parent 1bf4e26 commit 3f27c3a

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<const char*> range;
175+
callback(range,ec);
174176
}
175177
}
176178
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy