comparison fastcgi_body.t @ 589:a9569f57da98

Tests: whitespaces fix.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 25 May 2015 18:42:34 +0300
parents a9621dbbd0d4
children 894e142ebdf8
comparison
equal deleted inserted replaced
588:53b7c3c33a79 589:a9569f57da98
85 EOF 85 EOF
86 86
87 ############################################################################### 87 ###############################################################################
88 88
89 sub http_get_length { 89 sub http_get_length {
90 my ($url, $body) = @_; 90 my ($url, $body) = @_;
91 my $length = length $body; 91 my $length = length $body;
92 return http(<<EOF); 92 return http(<<EOF);
93 GET $url HTTP/1.1 93 GET $url HTTP/1.1
94 Host: localhost 94 Host: localhost
95 Connection: close 95 Connection: close
96 Content-Length: $length 96 Content-Length: $length
97 97