From a1a2617c4320bcfea291b87197d4b4185920b8a2 Mon Sep 17 00:00:00 2001 From: Igor Olhovskiy Date: Thu, 28 Mar 2019 18:31:19 +0200 Subject: [PATCH] Per Federico Cabiddu comments --- src/modules/http_async_client/doc/http_async_client_admin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/http_async_client/doc/http_async_client_admin.xml b/src/modules/http_async_client/doc/http_async_client_admin.xml index 962d60e9a65..a9e344a5dc1 100644 --- a/src/modules/http_async_client/doc/http_async_client_admin.xml +++ b/src/modules/http_async_client/doc/http_async_client_admin.xml @@ -435,7 +435,7 @@ xlog("L_INFO", "received reply for query $http_req_id\n"); hdr: sets/modifies/removes a HTTP header. N.B.: setting this variable multiple times will add several headers to the query. body: sets/modifies/removes the request body method: sets the HTTP method: either "GET", "POST", "PUT" or "DELETE" (these are the supported methods). (Note: if the method is not set, curl will use GET, or POST if a body is specified) - timeout: sets the HTTP timeout. (Note, this timeout should be normally less, than tm.fr_timer timeout, cause transaction timeout has a higher priority over HTTP timeout) + timeout: sets the HTTP timeout. (Note, this timeout should be normally less than tm.fr_timer timeout, because transaction timeout has a higher priority over HTTP timeout) tls_client_cert: sets the client certificate to use tls_client_key: sets the client certificate key to use tls_ca_path: sets the CA certificate path to use