[sr-dev] git:master:0b063525: http_async_client: add remarks section with a note about libcurl leak in centos 6
Daniel-Constantin Mierla
miconda at gmail.com
Sun Nov 13 13:07:25 CET 2016
Module: kamailio
Branch: master
Commit: 0b063525a380519e0eb995860cf1a9a7b6ff3aa7
URL: https://github.com/kamailio/kamailio/commit/0b063525a380519e0eb995860cf1a9a7b6ff3aa7
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/0b063525a380519e0eb995860cf1a9a7b6ff3aa7.diff
Patch: https://github.com/kamailio/kamailio/commit/0b063525a380519e0eb995860cf1a9a7b6ff3aa7.patch
---
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-curl-in-centos6">
+ https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6</ulink>
+ </para>
+ </section>
+
</chapter>
More information about the sr-dev
mailing list