summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick@monnerat.net>2021-01-24 19:49:51 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-25 09:02:52 +0100
commit4de89659403d5669f54e60ffc7d07b217b042eeb (patch)
tree46e28c99d5d766cf8f70306f2bf773b462d0b7f2
parent48215a01b4252769af392be25bdbefaa571c0c83 (diff)
downloadcurl-4de89659403d5669f54e60ffc7d07b217b042eeb.tar.gz
http.h: update comment for conn->data removal
-rw-r--r--lib/http.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/http.h b/lib/http.h
index 9129a406a..28f9341f6 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -288,9 +288,10 @@ CURLcode Curl_http_readwrite_headers(struct Curl_easy *data,
/**
* Curl_http_output_auth() setups the authentication headers for the
* host/proxy and the correct authentication
- * method. conn->data->state.authdone is set to TRUE when authentication is
+ * method. data->state.authdone is set to TRUE when authentication is
* done.
*
+ * @param data all information about the current transfer
* @param conn all information about the current connection
* @param request pointer to the request keyword
* @param httpreq is the request type