Skip to content

Commit fb8d927

Browse files
encoding is not supported yet (golemfactory#3044)
1 parent 7d56f1a commit fb8d927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exe-unit/components/gsb-http-proxy/src/headers.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ pub struct Headers {
77
}
88

99
impl Headers {
10-
const IGNORED_HEADERS: [&'static str; 3] = ["host", "content-length", "connection"];
10+
const IGNORED_HEADERS: [&'static str; 4] =
11+
["host", "content-length", "connection", "accept-encoding"];
1112

1213
pub fn default() -> Self {
1314
Headers {

0 commit comments

Comments
 (0)