From: Daniel Stenberg Date: Mon, 25 Mar 2024 23:32:56 +0000 (+0100) Subject: http: remove stale comment about rewindbeforesend X-Git-Tag: curl-8_7_0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47da1f289c276bec34d40d0ab7f634ad7b9a7659;p=thirdparty%2Fcurl.git http: remove stale comment about rewindbeforesend ... because that struct field exists no more. Follow-up to 14bcea074a782272. Closes #13187 --- 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) {