From cab22f2dc3c5f41b5163f74cbb233e390edff6ff Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 11 Oct 2022 11:16:39 -0400 Subject: add upstream 11.26 --- libcurl/curl_wrap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcurl/curl_wrap.h') diff --git a/libcurl/curl_wrap.h b/libcurl/curl_wrap.h index 35ee54ba..ea91072c 100644 --- a/libcurl/curl_wrap.h +++ b/libcurl/curl_wrap.h @@ -53,8 +53,8 @@ public: }; Result perform(const std::string& serverRelPath, const std::vector& extraHeaders, const std::vector& extraOptions, - const std::function buf)>& writeResponse /*throw X*/, // - const std::function buf)>& readRequest /*throw X*/, //optional + const std::function buf)>& writeResponse /*throw X*/, //optional + const std::function buf)>& readRequest /*throw X*/, //optional; return "bytesToRead" bytes unless end of stream! const std::function& receiveHeader /*throw X*/, int timeoutSec); //throw SysError, X -- cgit