Parcourir la source

http_client Clarify DNS resolver use for CURL

Olle E. Johansson il y a 9 ans
Parent
commit
e85706b549
2 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 4 0
      modules/http_client/README
  2. 5 0
      modules/http_client/doc/http_client_admin.xml

+ 4 - 0
modules/http_client/README

@@ -183,6 +183,10 @@ Chapter 1. Admin Guide
    and get access to parts of the reply. This function has been ported
    and get access to parts of the reply. This function has been ported
    from the utils module and now use the same libcurl functions.
    from the utils module and now use the same libcurl functions.
 
 
+   The http_client module use the CURL library setting up connections. The
+   CURL library by default use the system configured DNS resolvers, not
+   the Kamailio resolver.
+
    The module is limited to using HTTP and HTTPS protocols.
    The module is limited to using HTTP and HTTPS protocols.
 
 
 2. Dependencies
 2. Dependencies

+ 5 - 0
modules/http_client/doc/http_client_admin.xml

@@ -44,6 +44,11 @@
 	functions.
 	functions.
 	</para>
 	</para>
 	<para>
 	<para>
+	The http_client module use the CURL library setting up connections.
+	The CURL library by default use the system configured DNS resolvers,
+	not the Kamailio resolver.
+	</para>
+	<para>
 	The module is limited to using HTTP and HTTPS protocols.
 	The module is limited to using HTTP and HTTPS protocols.
 	</para>
 	</para>
 	</section>
 	</section>