diff --git a/src/network/rest/http/HTTPClient.h b/src/network/rest/http/HTTPClient.h index 46a98285..526127e9 100644 --- a/src/network/rest/http/HTTPClient.h +++ b/src/network/rest/http/HTTPClient.h @@ -129,11 +129,6 @@ namespace network } m_completed = true; - - if (m_connection != nullptr) { - m_connection->stop(); - } - m_ioContext.stop(); wait();