No description
Find a file
Vladimir Homutov 7eccf9879c Stream: preread phase.
In this phase, head of a stream is read and analysed before proceeding to the
content phase.  Amount of data read is controlled by the module implementing
the phase, but not more than defined by the "preread_buffer_size" directive.
The time spent on processing preread is controlled by the "preread_timeout"
directive.

The typical preread phase module will parse the beginning of a stream and set
variable that may be used by the content phase, for example to make routing
decision.
2016-09-15 14:56:02 +03:00
auto Stream: filters. 2016-09-15 14:55:46 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: unicode2nginx compatibility with recent Perl versions. 2016-08-24 15:53:17 +03:00
docs nginx-1.11.4-RELEASE 2016-09-13 18:39:23 +03:00
misc Updated PCRE used for win32 builds. 2016-07-05 18:30:56 +03:00
src Stream: preread phase. 2016-09-15 14:56:02 +03:00