[sr-dev] git:master:181c9ade: http_client: added note about libcurl version with leaks in CentOS 6

Daniel-Constantin Mierla miconda at gmail.com
Thu Nov 10 12:07:00 CET 2016


Module: kamailio
Branch: master
Commit: 181c9ade46148ada5cb045bcd86f807d55a36933
URL: https://github.com/kamailio/kamailio/commit/181c9ade46148ada5cb045bcd86f807d55a36933

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-11-10T12:05:43+01:00

http_client: added note about libcurl version with leaks in CentOS 6

- based on PR #853 by Jurijs Ivolga

---

Modified: modules/http_client/doc/http_client_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/181c9ade46148ada5cb045bcd86f807d55a36933.diff
Patch: https://github.com/kamailio/kamailio/commit/181c9ade46148ada5cb045bcd86f807d55a36933.patch

---

diff --git a/modules/http_client/doc/http_client_admin.xml b/modules/http_client/doc/http_client_admin.xml
index 36aee43..b83993f 100644
--- a/modules/http_client/doc/http_client_admin.xml
+++ b/modules/http_client/doc/http_client_admin.xml
@@ -821,5 +821,16 @@ switch ($retcode) {
 			</para>
 		</section>
 	</section>
-	
+
+	<section id="http_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