comparison limit-req.t @ 91:ec89d4d65bef

Tests: Last-Modified and Accept-Ranges should be cleared on ssi. As of 0.7.44 (cache support) they are no longer cleared when got from upstream. Probably other filters (e.g. xslt) are affected as well.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 May 2009 17:21:59 +0400
parents 2dbe4ecdd254
children 390588796411
comparison
equal deleted inserted replaced
90:1d3c82227a05 91:ec89d4d65bef
27 27
28 master_process off; 28 master_process off;
29 daemon off; 29 daemon off;
30 30
31 events { 31 events {
32 use select;
32 } 33 }
33 34
34 http { 35 http {
35 access_log off; 36 access_log off;
36 root %%TESTDIR%%; 37 root %%TESTDIR%%;