]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
http: remove wrong comment for http_should_fail
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Sep 2023 21:01:15 +0000 (23:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Sep 2023 07:15:03 +0000 (09:15 +0200)
Reported-by: Christian Schmitz
Ref: #11936
Closes #11941

lib/http.c

index 20dd29ca1cf43d6bab22b15a66f0c878620b937a..cced2ef8e3885c2dbe62f8399e31ce30e420ae6b 100644 (file)
@@ -1159,8 +1159,6 @@ CURLcode Curl_http_input_auth(struct Curl_easy *data, bool proxy,
  * http_should_fail() determines whether an HTTP response has gotten us
  * into an error state or not.
  *
- * @param conn all information about the current connection
- *
  * @retval FALSE communications should continue
  *
  * @retval TRUE communications should not continue