Changeset 456
- Timestamp:
- 07/15/2005 06:11:38 PM (3 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.3.x/tests/LightyTest.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/tests/LightyTest.pm
r426 r456 153 153 (my $h = $1) =~ tr/[A-Z]/[a-z]/; 154 154 155 if (defined $resp_hdr{$h}) {156 diag(sprintf("header %s is duplicated: %s and %s\n",157 $h, $resp_hdr{$h}, $2));158 return -1;159 }155 # if (defined $resp_hdr{$h}) { 156 # diag(sprintf("header %s is duplicated: %s and %s\n", 157 # $h, $resp_hdr{$h}, $2)); 158 # return -1; 159 # } 160 160 161 161 $resp_hdr{$h} = $2;

