Module: kamailio Branch: master Commit: 517792c11bf293f732c0f68abbac1914655f9175 URL: https://github.com/kamailio/kamailio/commit/517792c11bf293f732c0f68abbac1914...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-03-29T08:01:50+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/517792c11bf293f732c0f68abbac1914... Patch: https://github.com/kamailio/kamailio/commit/517792c11bf293f732c0f68abbac1914...
---
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