Module: kamailio Branch: master Commit: 09fa743dcd5d3535698b4cb254d28bd7037631d2 URL: https://github.com/kamailio/kamailio/commit/09fa743dcd5d3535698b4cb254d28bd7...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-11-13T13:16:20+01:00
modules: readme files regenerated - http_async_client ...
---
Modified: modules/http_async_client/README Modified: modules/utils/README
---
Diff: https://github.com/kamailio/kamailio/commit/09fa743dcd5d3535698b4cb254d28bd7... Patch: https://github.com/kamailio/kamailio/commit/09fa743dcd5d3535698b4cb254d28bd7...
---
diff --git a/modules/http_async_client/README b/modules/http_async_client/README index 28aef44..a7af4b6 100644 --- a/modules/http_async_client/README +++ b/modules/http_async_client/README @@ -67,6 +67,8 @@ Federico Cabiddu 6.3. errors 6.4. timeouts
+ 7. Remarks + List of Examples
1.1. Set workers parameter @@ -138,6 +140,8 @@ Chapter 1. Admin Guide 6.3. errors 6.4. timeouts
+ 7. Remarks + 1. Overview
This module performs asynchronous HTTP queries. @@ -624,3 +628,12 @@ http_async_query("https://example.com/test.php", "HTTP_REPLY"); 6.4. timeouts
The number of timed out requests. + +7. Remarks + + Note: libcurl leak in CentOS 6 - this module uses libcurl library and + in case if you are using CentOS 6, be aware that standard + libcurl-7.19.7-52 has a memory leak. To fix this memory, install + libcurl from city-fan repository. More details at: + https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in + -centos6 diff --git a/modules/utils/README b/modules/utils/README index ae080ee..ff52b1f 100644 --- a/modules/utils/README +++ b/modules/utils/README @@ -45,6 +45,7 @@ Carsten Bock 5.4. forward_proxy
6. Configuration syntax + 7. Remarks
List of Examples
@@ -93,6 +94,7 @@ Chapter 1. Admin Guide 5.4. forward_proxy
6. Configuration syntax + 7. Remarks
1. Overview
@@ -377,3 +379,12 @@ kamctl fifo forward_proxy 0=host-c.domain-c:5060 * port ::= number * number ::= digit {digit} * digit ::= ? 0-9 ? + +7. Remarks + + Note: libcurl leak in CentOS 6 - this module uses libcurl library and + in case if you are using CentOS 6, be aware that standard + libcurl-7.19.7-52 has a memory leak. To fix this memory, install + libcurl from city-fan repository. More details at: + https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in + -centos6