comparison proxy_chunked.t @ 166:c0ae29632905

Tests: nuke "master_process off;" usage. It's not really suitable for automatic testing due to number of reasons: it doesn't check for open sockets left on exit, it uses racy signal handling, it doesn't at all works on Windows.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 17 Aug 2011 15:17:30 +0400
parents b714d6df958c
children ba992cfdc606
comparison
equal deleted inserted replaced
165:fca70f483608 166:c0ae29632905
31 31
32 $t->write_file_expand('nginx.conf', <<'EOF'); 32 $t->write_file_expand('nginx.conf', <<'EOF');
33 33
34 %%TEST_GLOBALS%% 34 %%TEST_GLOBALS%%
35 35
36 master_process off;
37 daemon off; 36 daemon off;
38 37
39 events { 38 events {
40 } 39 }
41 40