]> git.kaiwu.me - nginx.git/commit
Proxy: added ctx checking to input filters.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 23 Apr 2012 10:40:01 +0000 (10:40 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 23 Apr 2012 10:40:01 +0000 (10:40 +0000)
commitc7bb162ffe3a3e2838c70916aa781084c00e8489
treee323681b1516dae7ac7f462ad448b0cbe355c7c0
parent8b89c882cef2c846789a22f65233c60030bf3491
Proxy: added ctx checking to input filters.

The proxy module context may be NULL in case of filter finalization
(e.g. by image_filter) followed by an internal redirect.  This needs
some better handling, but for now just check if ctx is still here.
src/http/modules/ngx_http_proxy_module.c