We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a77163 commit ec8dea8Copy full SHA for ec8dea8
1 file changed
t/live-https.t
@@ -59,7 +59,7 @@ SKIP: for my $pass ( 1 .. 2 ) {
59
print "# $code $mess\n";
60
for ( sort keys %h ) {
61
print "# $_: $h{$_}\n";
62
- if (/^connection$/i && $h{$_} =~ /^keep-alive$/) {
+ if (/^connection$/ && $h{$_} =~ /^keep-alive$/) {
63
$connection_is_kept_alive = 1;
64
}
65
0 commit comments