Changeset 456

Show
Ignore:
Timestamp:
07/15/2005 06:11:38 PM (3 years ago)
Author:
jan
Message:

disable duplicate-header-check for now

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/tests/LightyTest.pm

    r426 r456  
    153153                                        (my $h = $1) =~ tr/[A-Z]/[a-z]/; 
    154154 
    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#                                       } 
    160160 
    161161                                        $resp_hdr{$h} = $2;