transfer: remove @param for err for xfer_recv_resp function.

The err parameter in xfer_recv_resp doesn't exist anymore. Removed in
cb2bcb681f.

Closes #19937
This commit is contained in:
Christian Schmitz 2025-12-11 14:37:13 +01:00 committed by Daniel Stenberg
parent 46429d6f44
commit 624d98e79c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -181,7 +181,6 @@ CURLcode Curl_xfer_send_shutdown(struct Curl_easy *data, bool *done)
* @param buf buffer to keep response data received
* @param blen length of `buf`
* @param eos_reliable if EOS detection in underlying connection is reliable
* @param err error code in case of -1 return
* @return number of bytes read or -1 for error
*/
static CURLcode xfer_recv_resp(struct Curl_easy *data,