]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
http: remove stale comment about rewindbeforesend
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Mar 2024 23:32:56 +0000 (00:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 26 Mar 2024 07:40:58 +0000 (08:40 +0100)
... because that struct field exists no more.

Follow-up to 14bcea074a782272.

Closes #13187

lib/http.c

index 4de0e8e440328be147e9b6e597e13286cd7892cc..92c04e69cd83734e643ba26a0e7762c2fb8ed727 100644 (file)
@@ -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) {