From 18aa2604a97869ccb942a9df2ff127072280ab87 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:28:33 +0300 Subject: [PATCH] Remove duplicated header names `date` and `connection` are currently duplicated. --- src/util.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util.rs b/src/util.rs index bcc3ad92..df44fd08 100644 --- a/src/util.rs +++ b/src/util.rs @@ -190,8 +190,6 @@ const NON_SENSITIVE_HEADERS: &[&str] = &[ "accept", "accept-encoding", "accept-charset", - "date", - "connection", "server", "user-agent", ];