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 72e7509 commit ea94d94Copy full SHA for ea94d94
server/src/handlers/livetail.rs
@@ -232,7 +232,7 @@ fn extract_basic_auth(header: &MetadataMap) -> Option<Credentials> {
232
233
fn extract_cookie(header: &MetadataMap) -> Option<Cookie> {
234
let cookies = header
235
- .get("Cookies")
+ .get("Cookie")
236
.and_then(|value| value.to_str().ok())
237
.map(Cookie::split_parse)?;
238
0 commit comments