summaryrefslogtreecommitdiff
path: root/http/http_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_client.hpp')
-rw-r--r--http/http_client.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/http/http_client.hpp b/http/http_client.hpp
index 4201499075..8161eb1c5f 100644
--- a/http/http_client.hpp
+++ b/http/http_client.hpp
@@ -536,7 +536,6 @@ class ConnectionInfo : public std::enable_shared_from_this<ConnectionInfo>
void afterSslShutdown(const std::shared_ptr<ConnectionInfo>& /*self*/,
bool retry, const boost::system::error_code& ec)
{
-
if (ec)
{
BMCWEB_LOG_ERROR << host << ":" << std::to_string(port)