comparison limit-req.t @ 92:390588796411

Tests: backout unrelated change.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 May 2009 17:36:59 +0400
parents ec89d4d65bef
children 506586cc2f3b
comparison
equal deleted inserted replaced
91:ec89d4d65bef 92:390588796411
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;
33 } 32 }
34 33
35 http { 34 http {
36 access_log off; 35 access_log off;
37 root %%TESTDIR%%; 36 root %%TESTDIR%%;