Skip to content

Commit

Permalink
modules: readme files regenerated - http_async_client ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jul 23, 2018
1 parent 4587420 commit 2dfe895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/http_async_client/README
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");
}
...

Expand Down

0 comments on commit 2dfe895

Please sign in to comment.