Skip to content

Commit

Permalink
http_async_client: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Apr 10, 2023
1 parent c1007b9 commit 7437d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ route[HTTP_REPLY] {
</section>
<section>
<title>Pseudo Variables</title>
<para>The <literal>$http_req_id</literal> read-only variable can be used in REQUEST_ROUTE to retrive the unique identifier for a query after sending it or in the HTTP callback route to retrive the id of the query the reply belongs to. Useful mainly in non-transactional context.</para>
<para>The <literal>$http_req_id</literal> read-only variable can be used in REQUEST_ROUTE to retrieve the unique identifier for a query after sending it or in the HTTP callback route to retrieve the id of the query the reply belongs to. Useful mainly in non-transactional context.</para>
<example>
<title><literal>$http_req_id</literal> variable usage</title>
<programlisting format="linespecific">
Expand Down

0 comments on commit 7437d4d

Please sign in to comment.