comparison 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
comparison
equal deleted inserted replaced
1797:be868c8f6e9c 1798:59d1f512c3a0
5 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 5 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
6 6
7 <article name="How nginx processes a TCP/UDP session" 7 <article name="How nginx processes a TCP/UDP session"
8 link="/en/docs/stream/stream_processing.html" 8 link="/en/docs/stream/stream_processing.html"
9 lang="en" 9 lang="en"
10 rev="1"> 10 rev="2">
11 11
12 <section> 12 <section>
13 13
14 <para> 14 <para>
15 A TCP/UDP session from a client is processed 15 A TCP/UDP session from a client is processed
55 55
56 <tag-name id="preread_phase"> 56 <tag-name id="preread_phase">
57 <literal>Preread</literal> 57 <literal>Preread</literal>
58 </tag-name> 58 </tag-name>
59 <tag-desc> 59 <tag-desc>
60 Reading initial bytes of data into the preread buffer 60 Reading initial bytes of data into the
61 to allow analyzing the data before its processing. 61 <link doc="ngx_stream_core_module.xml" id="preread_buffer_size">preread buffer</link>
62 to allow modules such as
63 <link doc="ngx_stream_ssl_preread_module.xml">ngx_stream_ssl_preread_module</link>
64 analyze the data before its processing.
62 </tag-desc> 65 </tag-desc>
63 66
64 <tag-name id="content_phase"> 67 <tag-name id="content_phase">
65 <literal>Content</literal> 68 <literal>Content</literal>
66 </tag-name> 69 </tag-name>