[sr-dev] git:master:16f4f7fc: modules: readme files regenerated - http_async_client ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Wed Apr 26 10:01:33 CEST 2017


Module: kamailio
Branch: master
Commit: 16f4f7fcdbd08bfe12d72b56fe109b61e25cfde1
URL: https://github.com/kamailio/kamailio/commit/16f4f7fcdbd08bfe12d72b56fe109b61e25cfde1

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2017-04-26T10:01:27+02:00

modules: readme files regenerated - http_async_client ... [skip ci]

---

Modified: src/modules/http_async_client/README

---

Diff:  https://github.com/kamailio/kamailio/commit/16f4f7fcdbd08bfe12d72b56fe109b61e25cfde1.diff
Patch: https://github.com/kamailio/kamailio/commit/16f4f7fcdbd08bfe12d72b56fe109b61e25cfde1.patch

---

diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README
index f63ffcc..a5e9c2a 100644
--- a/src/modules/http_async_client/README
+++ b/src/modules/http_async_client/README
@@ -309,15 +309,13 @@ modparam("http_async_client", "tls_ca_path", "/etc/kamailio/ssl/ca/")
    of HTTP reply, on error or on timeout. If a transaction exists before
    calling http_async_query(), it will be paused and resumed in this
    route, while the routing script execution will be stopped. If executed
-   in a transactionless context, or if http_async_suspend_transaction() or
-   $http_req(suspend) are used to not suspend the transaction, the routing
-   script execution will continue and the query result will be available
-   in “route_name”.
+   in a transactionless context, or if $http_req(suspend) is used not to
+   suspend the transaction, the routing script execution will continue and
+   the query result will be available in “route_name”.
 
    Return value: 0 (stop script execution) on success in transaction
    context, 1 (continue script execution) in transaction-less context (or
-   if http_async_suspend_transaction(0) or $http_req(suspend) are used),
-   -1 on error.
+   if $http_req(suspend) is used), -1 on error.
 
    This function can be used from ANY_ROUTE.
 
@@ -373,9 +371,8 @@ xlog("L_INFO", "received reply for query $http_query_id\n");
    key can be one of:
      * all: if set to $null, resets all the parameters to their default
        value (the ones defined in modparam)
-     * hdr: sets/modifies/removes a HTTP header (see
-       http_append_header()). N.B.: setting this variable multiple times
-       will add several headers to the query.
+     * hdr: sets/modifies/removes a HTTP header. N.B.: setting this
+       variable multiple times will add several headers to the query.
      * body: sets/modifies/removes the request body
      * method: sets the HTTP method: either "GET", "POST", "PUT" or
        "DELETE" (these are the supported methods). (Note: if the method is




More information about the sr-dev mailing list