File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ my %StatusCode = (
84
84
503 => ' Service Unavailable' ,
85
85
504 => ' Gateway Timeout' ,
86
86
505 => ' HTTP Version Not Supported' ,
87
- 506 => ' Variant Also Negotiates' , # RFC 2295: Transparant Ngttn
87
+ 506 => ' Variant Also Negotiates' , # RFC 2295: Transparent Ngttn
88
88
507 => ' Insufficient Storage' , # RFC 4918: WebDAV
89
89
508 => ' Loop Detected' , # RFC 5842: WebDAV bindings
90
90
# 509
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ is(j($h->remove_header(':zap')), 'bang!|kapow!|shazam!');
492
492
$h -> push_header(' :zap' , ' whomp' , ' :foo' , ' quux' );
493
493
is(j($h -> header(' :foo' )), ' bar|quux' );
494
494
495
- # [RT#30579] IE6 appens "; length = NNNN" on If-Modified-Since (can we handle it)
495
+ # [RT#30579] IE6 appends "; length = NNNN" on If-Modified-Since (can we handle it)
496
496
$h = HTTP::Headers-> new(
497
497
if_modified_since => " Sat, 29 Oct 1994 19:43:31 GMT; length=34343"
498
498
);
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ $freshness_lifetime = $r->freshness_lifetime;
62
62
is($freshness_lifetime , 25);
63
63
$r -> remove_header(' expires' );
64
64
65
- # Now we try the 'Age' header and the Cache-Contol :
65
+ # Now we try the 'Age' header and the Cache-Control :
66
66
$r -> header(' Age' , 300);
67
67
$r -> push_header(' Cache-Control' , ' junk' );
68
68
$r -> push_header(Cache_Control => ' max-age = 10' );
You can’t perform that action at this time.
0 commit comments