From 47da1f289c276bec34d40d0ab7f634ad7b9a7659 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 Mar 2024 00:32:56 +0100 Subject: [PATCH] http: remove stale comment about rewindbeforesend ... because that struct field exists no more. Follow-up to 14bcea074a782272. Closes #13187 --- lib/http.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/http.c b/lib/http.c index 4de0e8e440..92c04e69cd 100644 --- a/lib/http.c +++ b/lib/http.c @@ -3557,8 +3557,6 @@ static CURLcode http_on_response(struct Curl_easy *data, * something else should've considered the big picture and we * avoid this check. * - * rewindbeforesend indicates that something has told libcurl to - * continue sending even if it gets discarded */ switch(data->state.httpreq) { -- 2.47.3