]> git.kaiwu.me - nginx.git/commit
Upstream: u->length now defaults to -1 (API change).
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 25 Jul 2013 10:58:11 +0000 (14:58 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 25 Jul 2013 10:58:11 +0000 (14:58 +0400)
commit416b922bd2c285551d195c1f33a3736775ea45e9
tree6191493eaf8295560ff25ad424e776139b6c9d26
parent187f3948ed4de1e8886fd50cbe937816c25dede6
Upstream: u->length now defaults to -1 (API change).

That is, by default we assume that response end is signalled by
a connection close.  This seems to be better default, and in line
with u->pipe->length behaviour.

Memcached module was modified accordingly.
src/http/modules/ngx_http_memcached_module.c
src/http/ngx_http_upstream.c