comparison t/fastcgi_keepalive.t @ 49:32e9e4b4b5e1 draft default tip

Keepalive: remove "master_process off" to match other tests. While here, remove extra spaces in "daemon off" as they are no longer logical after "master_process" removal.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 24 Jan 2013 02:05:31 +0400
parents 5cab730994f3
children
comparison
equal deleted inserted replaced
48:450ad1052368 49:32e9e4b4b5e1
19 19
20 my $t = Test::Nginx->new()->write_file_expand('nginx.conf', <<'EOF'); 20 my $t = Test::Nginx->new()->write_file_expand('nginx.conf', <<'EOF');
21 21
22 %%TEST_GLOBALS%% 22 %%TEST_GLOBALS%%
23 23
24 master_process off; 24 daemon off;
25 daemon off;
26 25
27 events { 26 events {
28 } 27 }
29 28
30 http { 29 http {