]> git.kaiwu.me - nginx.git/commit
Gzip filter: handling of empty flush buffers.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 13 Feb 2012 15:23:43 +0000 (15:23 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 13 Feb 2012 15:23:43 +0000 (15:23 +0000)
commit71ce7a13edff6180702f4982d6fb5744c9b81d5e
treef4172b08d3a79c840a57a293b2ddd9a1a51a791b
parent37c6228d43a26fbac3f251da69954207e6aae531
Gzip filter: handling of empty flush buffers.

Empty flush buffers are legitimate and may happen e.g. due to $r->flush()
calls in embedded perl.  If there are no data buffered in zlib, deflate()
will return Z_BUF_ERROR (i.e. no progress possible) without adding anything
to output.  Don't treat Z_BUF_ERROR as fatal and correctly send empty flush
buffer if we have no data in output at all.

See this thread for details:
http://mailman.nginx.org/pipermail/nginx/2010-November/023693.html
src/http/modules/ngx_http_gzip_filter_module.c