[sr-dev] git:5.1:9e6f1362: http_async_client: fix doc example regarding http_req_id
Henning Westerholt
hw at kamailio.org
Mon Jul 23 23:00:34 CEST 2018
Module: kamailio
Branch: 5.1
Commit: 9e6f1362d4b7374a8f48b362128b9082a6a18482
URL: https://github.com/kamailio/kamailio/commit/9e6f1362d4b7374a8f48b362128b9082a6a18482
Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-07-23T23:00:23+02:00
http_async_client: fix doc example regarding http_req_id
(cherry picked from commit 45874202fd76f70c601b7ee7e22e950d06968d87)
---
Modified: src/modules/http_async_client/doc/http_async_client_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/9e6f1362d4b7374a8f48b362128b9082a6a18482.diff
Patch: https://github.com/kamailio/kamailio/commit/9e6f1362d4b7374a8f48b362128b9082a6a18482.patch
---
diff --git a/src/modules/http_async_client/doc/http_async_client_admin.xml b/src/modules/http_async_client/doc/http_async_client_admin.xml
index 8629edabac..7131a71dfb 100644
--- a/src/modules/http_async_client/doc/http_async_client_admin.xml
+++ b/src/modules/http_async_client/doc/http_async_client_admin.xml
@@ -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");
}
...
</programlisting>
More information about the sr-dev
mailing list