Module: kamailio
Branch: master
Commit: 0b063525a380519e0eb995860cf1a9a7b6ff3aa7
URL:
https://github.com/kamailio/kamailio/commit/0b063525a380519e0eb995860cf1a9a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-11-13T13:03:15+01:00
http_async_client: add remarks section with a note about libcurl leak in centos 6
- based on GH #853
---
Modified: modules/http_async_client/doc/http_async_client_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/0b063525a380519e0eb995860cf1a9a…
Patch:
https://github.com/kamailio/kamailio/commit/0b063525a380519e0eb995860cf1a9a…
---
diff --git a/modules/http_async_client/doc/http_async_client_admin.xml
b/modules/http_async_client/doc/http_async_client_admin.xml
index 9a2c5a1..e5a83ea 100644
--- a/modules/http_async_client/doc/http_async_client_admin.xml
+++ b/modules/http_async_client/doc/http_async_client_admin.xml
@@ -659,5 +659,18 @@ http_async_query("https://example.com/test.php",
"HTTP_REPLY");
</section>
</section>
+
+ <section id="http_async_client.s.remarks">
+ <title>Remarks</title>
+ <para>
+ 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:
+ <ulink
url="https://www.digitalocean.com/community/questions/how-to-upgrade-c…
+
https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-cen…
+ </para>
+ </section>
+
</chapter>