diff xml/en/docs/stream/stream_processing.xml @ 1798:59d1f512c3a0

Documented the ngx_stream_ssl_preread_module module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 21 Sep 2016 20:46:16 +0300
parents be868c8f6e9c
children 2fd28cd4f2f8
line wrap: on
line diff
--- a/xml/en/docs/stream/stream_processing.xml
+++ b/xml/en/docs/stream/stream_processing.xml
@@ -7,7 +7,7 @@
 <article name="How nginx processes a TCP/UDP session"
          link="/en/docs/stream/stream_processing.html"
          lang="en"
-         rev="1">
+         rev="2">
 
 <section>
 
@@ -57,8 +57,11 @@ module is invoked at this phase.
 <literal>Preread</literal>
 </tag-name>
 <tag-desc>
-Reading initial bytes of data into the preread buffer
-to allow analyzing the data before its processing.
+Reading initial bytes of data into the
+<link doc="ngx_stream_core_module.xml" id="preread_buffer_size">preread buffer</link>
+to allow modules such as
+<link doc="ngx_stream_ssl_preread_module.xml">ngx_stream_ssl_preread_module</link>
+analyze the data before its processing.
 </tag-desc>
 
 <tag-name id="content_phase">