Skip to content

Commit

Permalink
Remove duplicated header names
Browse files Browse the repository at this point in the history
`date` and `connection` are currently duplicated.
  • Loading branch information
naglis committed Oct 12, 2024
1 parent 01da37a commit 18aa260
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ const NON_SENSITIVE_HEADERS: &[&str] = &[
"accept",
"accept-encoding",
"accept-charset",
"date",
"connection",
"server",
"user-agent",
];
Expand Down

0 comments on commit 18aa260

Please sign in to comment.