[sr-dev] git:master:8333bc7c: modules: readme files regenerated - async ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Sun Jul 28 16:46:44 CEST 2019


Module: kamailio
Branch: master
Commit: 8333bc7c971bccbed2f8e1bf1c5ca1c22039c48d
URL: https://github.com/kamailio/kamailio/commit/8333bc7c971bccbed2f8e1bf1c5ca1c22039c48d

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2019-07-28T16:46:37+02:00

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

---

Modified: src/modules/async/README

---

Diff:  https://github.com/kamailio/kamailio/commit/8333bc7c971bccbed2f8e1bf1c5ca1c22039c48d.diff
Patch: https://github.com/kamailio/kamailio/commit/8333bc7c971bccbed2f8e1bf1c5ca1c22039c48d.patch

---

diff --git a/src/modules/async/README b/src/modules/async/README
index 079b77e694..fe5b244b5b 100644
--- a/src/modules/async/README
+++ b/src/modules/async/README
@@ -244,7 +244,7 @@ exit;
 ...
 route[REQUESTSHAPER] {
         $var(res) = http_connect("leakybucket",
-                                 "/add?key=$fd", $null, $null,"$avp(delay)");
+                        "/add?key=$fd", $null, $null,"$avp(delay)");
         $var(d) = $(avp(delay){s.int});
         if ($var(d) > 0) {
                 # Delay the request by $avp(delay) ms




More information about the sr-dev mailing list