diff --git a/src/packages/engine-core/src/h1client.ts b/src/packages/engine-core/src/h1client.ts index 409b5af263e9..93b9eb95e4d7 100644 --- a/src/packages/engine-core/src/h1client.ts +++ b/src/packages/engine-core/src/h1client.ts @@ -14,7 +14,6 @@ export function h1Post(port: number, body: string): Promise { headers: { 'Content-Type': 'application/json', 'Content-Length': Buffer.byteLength(body), - 'Accept-Encoding': 'gzip, deflare, br', }, }, (res) => {