# HG changeset patch # User Yaroslav Zhuravlev # Date 1584554248 0 # Node ID 621ffbc159b667bba82c1786367d5951a07967f6 # Parent da5355b68ddd2336587d64f7dcfdd6f5bb48d1d9 Corrected output for NGX_HTTP_SUBREQUEST_IN_MEMORY in devguide. diff -r da5355b68ddd -r 621ffbc159b6 xml/en/docs/dev/development_guide.xml --- a/xml/en/docs/dev/development_guide.xml Wed Mar 18 15:01:47 2020 +0000 +++ b/xml/en/docs/dev/development_guide.xml Wed Mar 18 17:57:28 2020 +0000 @@ -9,7 +9,7 @@
+ rev="9">
@@ -5282,7 +5282,7 @@ The flag only affects subrequests which are processed by one of the proxying modules. After a subrequest is finalized its output is available in -a r->upstream->buffer of type ngx_buf_t. +r->out of type ngx_buf_t.