Browse Source

modules: readme files regenerated - http_async_client ...

Kamailio Dev 8 years ago
parent
commit
09fa743dcd
2 changed files with 24 additions and 0 deletions
  1. 13 0
      modules/http_async_client/README
  2. 11 0
      modules/utils/README

+ 13 - 0
modules/http_async_client/README

@@ -67,6 +67,8 @@ Federico Cabiddu
               6.3. errors
               6.3. errors
               6.4. timeouts
               6.4. timeouts
 
 
+        7. Remarks
+
    List of Examples
    List of Examples
 
 
    1.1. Set workers parameter
    1.1. Set workers parameter
@@ -138,6 +140,8 @@ Chapter 1. Admin Guide
         6.3. errors
         6.3. errors
         6.4. timeouts
         6.4. timeouts
 
 
+   7. Remarks
+
 1. Overview
 1. Overview
 
 
    This module performs asynchronous HTTP queries.
    This module performs asynchronous HTTP queries.
@@ -624,3 +628,12 @@ http_async_query("https://example.com/test.php", "HTTP_REPLY");
 6.4. timeouts
 6.4. timeouts
 
 
    The number of timed out requests.
    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

+ 11 - 0
modules/utils/README

@@ -45,6 +45,7 @@ Carsten Bock
               5.4. forward_proxy
               5.4. forward_proxy
 
 
         6. Configuration syntax
         6. Configuration syntax
+        7. Remarks
 
 
    List of Examples
    List of Examples
 
 
@@ -93,6 +94,7 @@ Chapter 1. Admin Guide
         5.4. forward_proxy
         5.4. forward_proxy
 
 
    6. Configuration syntax
    6. Configuration syntax
+   7. Remarks
 
 
 1. Overview
 1. Overview
 
 
@@ -377,3 +379,12 @@ kamctl fifo forward_proxy 0=host-c.domain-c:5060
      * port ::= number
      * port ::= number
      * number ::= digit {digit}
      * number ::= digit {digit}
      * digit ::= ? 0-9 ?
      * 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