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 c5d2e15 commit 1fdffa4Copy full SHA for 1fdffa4
Release/src/http/listener/http_server_asio.cpp
@@ -464,6 +464,7 @@ void connection::handle_body(const boost::system::error_code& ec)
464
catch (...)
465
{
466
m_request._get_impl()->_complete(0, std::current_exception());
467
+ return;
468
}
469
m_read += writtenSize;
470
m_request_buf.consume(writtenSize);
0 commit comments