http: remove wrong comment for http_should_fail

Reported-by: Christian Schmitz
Ref: #11936
Closes #11941
This commit is contained in:
Daniel Stenberg 2023-09-25 23:01:15 +02:00
parent f0f421b468
commit afb4b15614
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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