Cookie not case sensitive
This commit is contained in:
parent
5bd4ec7097
commit
9fc4237b60
@ -216,7 +216,7 @@ fn handle_connection(
|
||||
};
|
||||
let key = key.trim();
|
||||
|
||||
if key != "Cookie" {
|
||||
if key.to_lowercase() != "cookie" {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user