Module: kamailio Branch: master Commit: b8542031300d85a723104cbc3214a735c83b0036 URL: https://github.com/kamailio/kamailio/commit/b8542031300d85a723104cbc3214a735...
Author: Igor Olhovskiy IgorOlhovskiy@gmail.com Committer: Igor Olhovskiy IgorOlhovskiy@gmail.com Date: 2019-03-28T15:18:55+02:00
Typo
---
Modified: src/modules/http_async_client/doc/http_async_client_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b8542031300d85a723104cbc3214a735... Patch: https://github.com/kamailio/kamailio/commit/b8542031300d85a723104cbc3214a735...
---
diff --git a/src/modules/http_async_client/doc/http_async_client_admin.xml b/src/modules/http_async_client/doc/http_async_client_admin.xml index e6219e96ec..962d60e9a6 100644 --- a/src/modules/http_async_client/doc/http_async_client_admin.xml +++ b/src/modules/http_async_client/doc/http_async_client_admin.xml @@ -440,7 +440,7 @@ xlog("L_INFO", "received reply for query $http_req_id\n"); <listitem><para><emphasis>tls_client_key</emphasis>: sets the client certificate key to use</para></listitem> <listitem><para><emphasis>tls_ca_path</emphasis>: sets the CA certificate path to use</para></listitem> <listitem><para><emphasis>authmethod</emphasis>: - Sets the preferred authentication mode for HTTP/HTTPS requests. The value is a bitmap<literal> + Sets the preferred authentication mode for HTTP/HTTPS requests. The value is a bitmap and multiple methods can be used. Note that in this case, the CURL library will make an extra request to discover server-supported authentication methods. You may want to use a specific value.