Skip to content

Commit

Permalink
Revert "[desktop] allow http2 in undici config"
Browse files Browse the repository at this point in the history
This reverts commit fbeea00.
  • Loading branch information
tuta-sudipg authored and ganthern committed Oct 8, 2024
1 parent 16dd622 commit 59851fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/desktop/net/ProtocolProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function handleProtocols(session: Session, assetDir: string): void {
headersTimeout: READ_TIMEOUT_MS,
// this is needed to address issues in some cases where IPv6 does not really work
autoSelectFamily: true,
allowH2: true,
})
const customFetch: typeof fetch = (info: UndiciRequestInfo, requestInit?: UndiciRequestInit) => {
return fetch(info, {
Expand Down

0 comments on commit 59851fd

Please sign in to comment.