The official NGINX Open Source repository.
Go to file
Maxim Dounin a746bab7c1 Upstream: pipe length and input_filter_init in buffered mode.
As long as ngx_event_pipe() has more data read from upstream than specified
in p->length it's passed to input filter even if buffer isn't yet full.  This
allows to process data with known length without relying on connection close
to signal data end.

By default p->length is set to -1 in upstream module, i.e. end of data is
indicated by connection close.  To set it from per-protocol handlers upstream
input_filter_init() now called in buffered mode (as well as in
unbuffered mode).
2011-09-15 19:00:47 +00:00
auto ngx_http_mp4_module 2011-09-09 10:22:34 +00:00
conf "video/mp4" mime type added. 2011-09-09 10:25:43 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs Regenerated after previous commit. 2011-09-15 08:59:38 +00:00
misc Removing incomplete draft documentation from release tarball and zip. 2011-08-23 13:35:02 +00:00
src Upstream: pipe length and input_filter_init in buffered mode. 2011-09-15 19:00:47 +00:00
.hgtags release-1.1.3 tag 2011-09-14 15:00:51 +00:00