Module: kamailio
Branch: master
Commit: c3632f5d37e3d1ecc9232491c0ec18ccca24f612
URL:
https://github.com/kamailio/kamailio/commit/c3632f5d37e3d1ecc9232491c0ec18c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-03-29T10:15:17+01:00
modules: readme files regenerated - http_async_client ... [skip ci]
---
Modified: src/modules/http_async_client/README
---
Diff:
https://github.com/kamailio/kamailio/commit/c3632f5d37e3d1ecc9232491c0ec18c…
Patch:
https://github.com/kamailio/kamailio/commit/c3632f5d37e3d1ecc9232491c0ec18c…
---
diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README
index 1f4540b69e..f2afe6325d 100644
--- a/src/modules/http_async_client/README
+++ b/src/modules/http_async_client/README
@@ -425,7 +425,9 @@ 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
+ * 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