Skip to content

Commit

Permalink
chore(client): disable gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed May 25, 2020
1 parent ab948c4 commit cce5f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/engine-core/src/h1client.ts
Expand Up @@ -14,7 +14,6 @@ export function h1Post(port: number, body: string): Promise<any> {
headers: {
'Content-Type': 'application/json',
'Content-Length': Buffer.byteLength(body),
'Accept-Encoding': 'gzip, deflare, br',
},
},
(res) => {
Expand Down

0 comments on commit cce5f84

Please sign in to comment.