comparison expect-100-continue.t @ 64:726c3c2a8b8c

Tests: don't set worker_connections explicitly.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Jan 2009 17:02:57 +0300
parents 53eff3a83886
children 1c0ec30614c6
comparison
equal deleted inserted replaced
63:53eff3a83886 64:726c3c2a8b8c
27 27
28 master_process off; 28 master_process off;
29 daemon off; 29 daemon off;
30 30
31 events { 31 events {
32 worker_connections 1024;
33 } 32 }
34 33
35 http { 34 http {
36 access_log off; 35 access_log off;
37 root %%TESTDIR%%; 36 root %%TESTDIR%%;