comparison proxy_merge_headers.t @ 589:a9569f57da98

Tests: whitespaces fix.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 25 May 2015 18:42:34 +0300
parents 2cd00179f4b2
children e9064d691790
comparison
equal deleted inserted replaced
588:53b7c3c33a79 589:a9569f57da98
99 unlike(http_get('/nested/'), qr/X-Hidden/, 'proxy_hide_header nested'); 99 unlike(http_get('/nested/'), qr/X-Hidden/, 'proxy_hide_header nested');
100 100
101 ############################################################################### 101 ###############################################################################
102 102
103 sub http_get_ims { 103 sub http_get_ims {
104 my ($url) = @_; 104 my ($url) = @_;
105 return http(<<EOF); 105 return http(<<EOF);
106 GET $url HTTP/1.0 106 GET $url HTTP/1.0
107 Host: localhost 107 Host: localhost
108 Connection: close 108 Connection: close
109 If-Modified-Since: blah 109 If-Modified-Since: blah
110 110