comparison fastcgi_keepalive.t @ 343:e7dc8f4d0a4b

Tests: whitespace and spelling fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 26 Sep 2013 12:51:21 +0400
parents 6fe0459b6668
children d5bf5942a8b2
comparison
equal deleted inserted replaced
342:86fa2a5a37ea 343:e7dc8f4d0a4b
107 $h->{socket}->write($body); 107 $h->{socket}->write($body);
108 select(undef, undef, undef, 0.1); 108 select(undef, undef, undef, 0.1);
109 $h->{socket}->write(pack("xxxxxxxx")); 109 $h->{socket}->write(pack("xxxxxxxx"));
110 select(undef, undef, undef, 0.1); 110 select(undef, undef, undef, 0.1);
111 111
112 # write some text to stdout and stderr splitted over multiple network 112 # write some text to stdout and stderr split over multiple network
113 # packets to test if we correctly set pipe length in various places 113 # packets to test if we correctly set pipe length in various places
114 114
115 my $tt = "test text, just for test"; 115 my $tt = "test text, just for test";
116 116
117 $h->{socket}->write(pack("CCnnCx", $h->{version}, 6, $h->{id}, 117 $h->{socket}->write(pack("CCnnCx", $h->{version}, 6, $h->{id},