comparison uwsgi.t @ 590:dc2f8aac0553

Tests: whitespace fixes.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 26 May 2015 13:22:45 +0300
parents 98f3a8568b0c
children d95c4b8e5517
comparison
equal deleted inserted replaced
589:a9569f57da98 590:dc2f8aac0553
82 'uwsgi request with many ignored headers'); 82 'uwsgi request with many ignored headers');
83 83
84 ############################################################################### 84 ###############################################################################
85 85
86 sub http_get_headers { 86 sub http_get_headers {
87 my ($url, %extra) = @_; 87 my ($url, %extra) = @_;
88 return http(<<EOF, %extra); 88 return http(<<EOF, %extra);
89 GET $url HTTP/1.0 89 GET $url HTTP/1.0
90 Host: localhost 90 Host: localhost
91 X-Blah: ignored header 91 X-Blah: ignored header
92 X-Blah: ignored header 92 X-Blah: ignored header
93 X-Blah: ignored header 93 X-Blah: ignored header