summaryrefslogtreecommitdiff
path: root/zen/http.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/http.cpp')
-rw-r--r--zen/http.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/http.cpp b/zen/http.cpp
index ee71e5b3..5054ef3f 100644
--- a/zen/http.cpp
+++ b/zen/http.cpp
@@ -84,7 +84,6 @@ public:
std::vector<CurlOption> extraOptions {{CURLOPT_USERAGENT, userAgent.c_str()}};
//CURLOPT_FOLLOWLOCATION already off by default :)
-
std::function<size_t(std::span<char> buf)> readRequest;
if (postBuf)
{
bgstack15