diff options
Diffstat (limited to 'zen/http.cpp')
-rw-r--r-- | zen/http.cpp | 1 |
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) { |