aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_variables.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-05-17 17:41:40 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-05-17 17:41:40 +0000
commitd2143f11cbb3e1502e75d2e771aed1e79be7d612 (patch)
treea3f55788909eb40465539e896aabf1157d6a3c08 /src/http/ngx_http_variables.c
parent430ab81a7277106fe27278782d05fdf8f69bfc4a (diff)
downloadnginx-d2143f11cbb3e1502e75d2e771aed1e79be7d612.tar.gz
nginx-d2143f11cbb3e1502e75d2e771aed1e79be7d612.zip
Fixed segfault with filter_finalize introduced in r4621 (1.3.0).
Example configuration to reproduce: location /image/ { error_page 415 = /zero; image_filter crop 100 100; proxy_pass http://127.0.0.1:8080; proxy_store on; } location /zero { return 204; } The problem appeared if upstream returned (big enough) non-image file, causing 415 to be generated by image filter.
Diffstat (limited to 'src/http/ngx_http_variables.c')
0 files changed, 0 insertions, 0 deletions