From 2dfe895f52b2eac95dc0a9721bdb94225f28e827 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Mon, 23 Jul 2018 23:16:36 +0200 Subject: [PATCH] modules: readme files regenerated - http_async_client ... [skip ci] --- src/modules/http_async_client/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README index e1b307ae76d..635e6207b2d 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"); } ...