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.
1 parent 2826162 commit a387cb3Copy full SHA for a387cb3
boost/network/protocol/http/client/connection/async_normal.hpp
@@ -330,7 +330,7 @@ namespace boost { namespace network { namespace http { namespace impl {
330
}
331
return;
332
case body:
333
- if (ec == boost::asio::error::eof) {
+ if (ec == boost::asio::error::eof || is_ssl_short_read_error) {
334
// Here we're handling the case when the connection has been
335
// closed from the server side, or at least that the end of file
336
// has been reached while reading the socket. This signals the end
0 commit comments