From: Daniel Stenberg Date: Mon, 25 Sep 2023 21:01:15 +0000 (+0200) Subject: http: remove wrong comment for http_should_fail X-Git-Tag: curl-8_4_0~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afb4b15614047b97ad1de3850a710f527f90a53b;p=thirdparty%2Fcurl.git http: remove wrong comment for http_should_fail Reported-by: Christian Schmitz Ref: #11936 Closes #11941 --- diff --git a/lib/http.c b/lib/http.c index 20dd29ca1c..cced2ef8e3 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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