Skip to content

Commit

Permalink
http_async_client: fix doc example regarding http_req_id
Browse files Browse the repository at this point in the history
(cherry picked from commit 4587420)
  • Loading branch information
henningw committed Jul 23, 2018
1 parent dbeab12 commit 9e6f136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/http_async_client/doc/http_async_client_admin.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 9e6f136

Please sign in to comment.