The official NGINX Open Source repository.
Go to file
Maxim Dounin d2143f11cb 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.
2012-05-17 17:41:40 +00:00
auto Fixed building --with-cpp_test_module on some systems. 2012-05-17 15:12:45 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.3.0-RELEASE 2012-05-15 14:23:49 +00:00
misc Updated OpenSSL used for win32 builds. 2012-05-15 14:20:06 +00:00
src Fixed segfault with filter_finalize introduced in r4621 (1.3.0). 2012-05-17 17:41:40 +00:00
.hgtags release-1.3.0 tag 2012-05-15 14:24:09 +00:00