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

Kamailio Dev kamailio.dev at kamailio.org
Wed Apr 26 22:16:28 CEST 2017


Module: kamailio
Branch: master
Commit: 59b17e8b109041cbed538a5f90a222db6752eb5e
URL: https://github.com/kamailio/kamailio/commit/59b17e8b109041cbed538a5f90a222db6752eb5e

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2017-04-26T22:16:22+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/59b17e8b109041cbed538a5f90a222db6752eb5e.diff
Patch: https://github.com/kamailio/kamailio/commit/59b17e8b109041cbed538a5f90a222db6752eb5e.patch

---

diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README
index a5e9c2a..d3dc7f2 100644
--- a/src/modules/http_async_client/README
+++ b/src/modules/http_async_client/README
@@ -332,8 +332,8 @@ http_async_query("http://example.com/test.php?r_uri=$rU&f_uri=$fU", "HTTP_REPLY"
 );
 ...
 # POST
-http_async_query("http://example.com/test.php", "{'r_uri':'$rU', 'f_uri':'$fU'}"
-, "HTTP_REPLY");
+$var(payload) = "{'r_uri':'$rU', 'f_uri':'$fU'}";
+http_async_query("http://example.com/test.php", "HTTP_REPLY");
 ...
 route[HTTP_REPLY] {
     if ($http_ok) {




More information about the sr-dev mailing list