comparison src/http/ngx_http_variables.h @ 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 6802ba529ec4
children 83cd1910329c
comparison
equal deleted inserted replaced
3661:8649a0c0f09d 3662:a870639d2970