Module: kamailio Branch: master Commit: 0ec5ecd8f7cc948f2a772f75d32fde8d47796014 URL: https://github.com/kamailio/kamailio/commit/0ec5ecd8f7cc948f2a772f75d32fde8d...
Author: Igor Olhovskiy IgorOlhovskiy@gmail.com Committer: Igor Olhovskiy IgorOlhovskiy@gmail.com Date: 2019-03-28T15:22:25+02:00
Fix README
---
Modified: src/modules/http_async_client/README
---
Diff: https://github.com/kamailio/kamailio/commit/0ec5ecd8f7cc948f2a772f75d32fde8d... Patch: https://github.com/kamailio/kamailio/commit/0ec5ecd8f7cc948f2a772f75d32fde8d...
---
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