From c4ba43ca6f80b831487841e35dda5a8ee5cef19f Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 24 Jan 2023 09:07:42 -0500 Subject: [PATCH] Removed incorrect comment --- httplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplib.h b/httplib.h index 3c01e16..4dcfbac 100644 --- a/httplib.h +++ b/httplib.h @@ -6381,7 +6381,7 @@ inline bool ClientImpl::write_content_with_provider(Stream &strm, return detail::write_content(strm, req.content_provider_, 0, req.content_length_, is_shutting_down, error); } -} // namespace httplib +} inline bool ClientImpl::write_request(Stream &strm, Request &req, bool close_connection, Error &error) {