diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README index a5e9c2ab5c5..d3dc7f29d19 100644 --- a/src/modules/http_async_client/README +++ b/src/modules/http_async_client/README @@ -332,8 +332,8 @@ http_async_query("http://example.com/test.php?r_uri=$rU&f_uri=$fU", "HTTP_REPLY" ); ... # POST -http_async_query("http://example.com/test.php", "{'r_uri':'$rU', 'f_uri':'$fU'}" -, "HTTP_REPLY"); +$var(payload) = "{'r_uri':'$rU', 'f_uri':'$fU'}"; +http_async_query("http://example.com/test.php", "HTTP_REPLY"); ... route[HTTP_REPLY] { if ($http_ok) {