comparison fastcgi_header_params.t @ 589:a9569f57da98

Tests: whitespaces fix.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 25 May 2015 18:42:34 +0300
parents 6fe0459b6668
children e9064d691790
comparison
equal deleted inserted replaced
588:53b7c3c33a79 589:a9569f57da98
60 'fastcgi request with many ignored headers'); 60 'fastcgi request with many ignored headers');
61 61
62 ############################################################################### 62 ###############################################################################
63 63
64 sub http_get_headers { 64 sub http_get_headers {
65 my ($url, %extra) = @_; 65 my ($url, %extra) = @_;
66 return http(<<EOF, %extra); 66 return http(<<EOF, %extra);
67 GET $url HTTP/1.0 67 GET $url HTTP/1.0
68 Host: localhost 68 Host: localhost
69 X-Blah: ignored header 69 X-Blah: ignored header
70 X-Blah: ignored header 70 X-Blah: ignored header
71 X-Blah: ignored header 71 X-Blah: ignored header