changeset 2515:621ffbc159b6

Corrected output for NGX_HTTP_SUBREQUEST_IN_MEMORY in devguide.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Mar 2020 17:57:28 +0000
parents da5355b68ddd
children 4ca808544013
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml
+++ b/xml/en/docs/dev/development_guide.xml
@@ -9,7 +9,7 @@
 <article name="Development guide"
          link="/en/docs/dev/development_guide.html"
          lang="en"
-         rev="8">
+         rev="9">
 
 <section name="Introduction" id="introduction">
 
@@ -5282,7 +5282,7 @@ sent to the client, but rather stored in
 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 <literal>r->upstream->buffer</literal> of type <literal>ngx_buf_t</literal>.
+<literal>r->out</literal> of type <literal>ngx_buf_t</literal>.
 </listitem>
 
 <listitem>