From 840e906a4ddbbb32b8a5989e8a0ce10c8c374819 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 2 Mar 2021 17:23:41 -0500 Subject: add upstream 11.7 --- libcurl/rest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcurl/rest.cpp') diff --git a/libcurl/rest.cpp b/libcurl/rest.cpp index 60fcb8eb..0964f63a 100644 --- a/libcurl/rest.cpp +++ b/libcurl/rest.cpp @@ -181,5 +181,5 @@ HttpSession::Result HttpSession::perform(const std::string& serverRelPath, } lastSuccessfulUseTime_ = std::chrono::steady_clock::now(); - return { static_cast(httpStatus) /*, contentType ? contentType : ""*/ }; + return {static_cast(httpStatus) /*, contentType ? contentType : ""*/}; } -- cgit