From 91fce00df36636cd6ef44262ded569fef0213f09 Mon Sep 17 00:00:00 2001 From: VaclavT Date: Mon, 3 May 2021 18:33:46 +0200 Subject: [PATCH] throw instead of exit --- clib/sslclient.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clib/sslclient.cpp b/clib/sslclient.cpp index 6ddac71..10cb662 100644 --- a/clib/sslclient.cpp +++ b/clib/sslclient.cpp @@ -114,8 +114,7 @@ HttpClient::doGetRequest(const std::string &url, const std::unordered_maph_addr; std::string ip_address = inet_ntoa(*address);