Browse Source

http: remove stale comment about rewindbeforesend

... because that struct field exists no more.

Follow-up to 14bcea074a782272.

Closes #13187
Daniel Stenberg 1 month ago
parent
commit
47da1f289c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/http.c

+ 0 - 2
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) {