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 7d56f1a commit fb8d927Copy full SHA for fb8d927
exe-unit/components/gsb-http-proxy/src/headers.rs
@@ -7,7 +7,8 @@ pub struct Headers {
7
}
8
9
impl Headers {
10
- const IGNORED_HEADERS: [&'static str; 3] = ["host", "content-length", "connection"];
+ const IGNORED_HEADERS: [&'static str; 4] =
11
+ ["host", "content-length", "connection", "accept-encoding"];
12
13
pub fn default() -> Self {
14
Headers {
0 commit comments