Module: kamailio Branch: master Commit: 2dfe895f52b2eac95dc0a9721bdb94225f28e827 URL: https://github.com/kamailio/kamailio/commit/2dfe895f52b2eac95dc0a9721bdb94225f28e827
Author: Kamailio Dev <kamailio....@kamailio.org> Committer: Kamailio Dev <kamailio....@kamailio.org> Date: 2018-07-23T23:16:36+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/2dfe895f52b2eac95dc0a9721bdb94225f28e827.diff Patch: https://github.com/kamailio/kamailio/commit/2dfe895f52b2eac95dc0a9721bdb94225f28e827.patch --- diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README index e1b307ae76..635e6207b2 100644 --- a/src/modules/http_async_client/README +++ b/src/modules/http_async_client/README @@ -358,10 +358,10 @@ $http_req(suspend) = 0; http_async_query("https://example.com/test.php", "HTTP_REPLY"); -xlog("L_INFO", "Query id: $http_query_id"); +xlog("L_INFO", "Query id: $http_req_id"); ... route[HTTP_REPLY] { -xlog("L_INFO", "received reply for query $http_query_id\n"); +xlog("L_INFO", "received reply for query $http_req_id\n"); } ... _______________________________________________ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev