diff options
author | B. Stack <bgstack15@gmail.com> | 2022-10-19 10:53:07 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-10-19 10:53:07 -0400 |
commit | a53560254596460a4778a27f50b89ce92f810055 (patch) | |
tree | 551fdc08cbece3cca567d04870b91eaa115a4675 /zen/http.cpp | |
parent | Merge branch 'b11.26' into 'master' (diff) | |
download | FreeFileSync-a53560254596460a4778a27f50b89ce92f810055.tar.gz FreeFileSync-a53560254596460a4778a27f50b89ce92f810055.tar.bz2 FreeFileSync-a53560254596460a4778a27f50b89ce92f810055.zip |
add upstream 11.2711.27
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) { |