We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b7532 commit 5f8040dCopy full SHA for 5f8040d
src/cache/cache_control/cache_directive.rs
@@ -88,6 +88,7 @@ impl CacheDirective {
88
return Ok(None);
89
}
90
91
+ let s = s.to_lowercase();
92
let mut parts = s.split('=');
93
let next = parts.next().unwrap();
94
0 commit comments