summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-08-12 08:57:43 +0700
committerfadhil riyanto <me@fadev.org>2024-08-12 08:57:43 +0700
commitc36ab588b9deb9e2dcb9201a367d417050957d82 (patch)
tree3b4ed14c1456086a81041426e50af871a7445251
parent1caf922e2466de8ee23aa4a9f5cb798ab06327cc (diff)
remove header protectionHEADmaster
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r--src/net/CurlHttpClient.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/net/CurlHttpClient.cpp b/src/net/CurlHttpClient.cpp
index c487898..229af83 100644
--- a/src/net/CurlHttpClient.cpp
+++ b/src/net/CurlHttpClient.cpp
@@ -1,4 +1,4 @@
-#ifdef HAVE_CURL
+
#include "tgbot/net/CurlHttpClient.h"
@@ -83,6 +83,4 @@ std::string CurlHttpClient::makeRequest(const Url& url, const std::vector<HttpRe
return _httpParser.extractBody(response);
}
-}
-
-#endif
+} \ No newline at end of file