comparison src/http/ngx_http_postpone_filter_module.c @ 3662:a870639d2970

Fix processing error_page 502 504 /zero; location = /zero { return 204; } The bug has been introduced in r3634. The fix also allow to use: error_page 502 504 = /zero; location = /zero { return 200; } This case still does not work: error_page 502 504 /zero; location = /zero { return 200; }
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Jun 2010 14:39:28 +0000
parents 23e6f26fb4bd
children d620f497c50f
comparison
equal deleted inserted replaced
3661:8649a0c0f09d 3662:a870639d2970