From afb4b15614047b97ad1de3850a710f527f90a53b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Sep 2023 23:01:15 +0200 Subject: [PATCH] http: remove wrong comment for http_should_fail Reported-by: Christian Schmitz Ref: #11936 Closes #11941 --- lib/http.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3