Module: kamailio
Branch: master
Commit: bded7151a3926e4d44b26d9037b6480ad82b5f60
URL:
https://github.com/kamailio/kamailio/commit/bded7151a3926e4d44b26d9037b6480…
Author: Igor Olhovskiy <IgorOlhovskiy(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-03-29T10:13:01+01:00
http_async_client: updates to README after last edits
---
Modified: src/modules/http_async_client/README
---
Diff:
https://github.com/kamailio/kamailio/commit/bded7151a3926e4d44b26d9037b6480…
Patch:
https://github.com/kamailio/kamailio/commit/bded7151a3926e4d44b26d9037b6480…
---
diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README
index 45fe6f0e5f..1f4540b69e 100644
--- a/src/modules/http_async_client/README
+++ b/src/modules/http_async_client/README
@@ -425,7 +425,7 @@ xlog("L_INFO", "received reply for query
$http_req_id\n");
* 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
* 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