Module: kamailio Branch: master Commit: 4b1c0d18b4555183181275000780f010b63fda47 URL: https://github.com/kamailio/kamailio/commit/4b1c0d18b4555183181275000780f010...
Author: Igor Olhovskiy IgorOlhovskiy@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-03-29T10:12:12+01:00
http_async_client: removed typo tag from previous commit
---
Modified: src/modules/http_async_client/doc/http_async_client_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/4b1c0d18b4555183181275000780f010... Patch: https://github.com/kamailio/kamailio/commit/4b1c0d18b4555183181275000780f010...
---
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.