Browse Source

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

- based on PR #853 by Jurijs Ivolga
Daniel-Constantin Mierla 8 years ago
parent
commit
181c9ade46
1 changed files with 12 additions and 1 deletions
  1. 12 1
      modules/http_client/doc/http_client_admin.xml

+ 12 - 1
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>