comparison scgi.t @ 590:dc2f8aac0553

Tests: whitespace fixes.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 26 May 2015 13:22:45 +0300
parents d5bf5942a8b2
children d95c4b8e5517
comparison
equal deleted inserted replaced
589:a9569f57da98 590:dc2f8aac0553
67 'scgi request with many ignored headers'); 67 'scgi request with many ignored headers');
68 68
69 ############################################################################### 69 ###############################################################################
70 70
71 sub http_get_headers { 71 sub http_get_headers {
72 my ($url, %extra) = @_; 72 my ($url, %extra) = @_;
73 return http(<<EOF, %extra); 73 return http(<<EOF, %extra);
74 GET $url HTTP/1.0 74 GET $url HTTP/1.0
75 Host: localhost 75 Host: localhost
76 X-Blah: ignored header 76 X-Blah: ignored header
77 X-Blah: ignored header 77 X-Blah: ignored header
78 X-Blah: ignored header 78 X-Blah: ignored header