Skip to content

Commit

Permalink
fix issues: 5048, chromium downloading hung 99%
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGaryWu committed Mar 28, 2022
1 parent 37ede68 commit 453ed8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/node/BrowserFetcher.ts
Expand Up @@ -576,6 +576,9 @@ function httpRequest(
let options: Options = {
...urlParsed,
method,
headers: {
'Connection': 'keep-alive'
}
};

const proxyURL = getProxyForUrl(url);
Expand Down

0 comments on commit 453ed8f

Please sign in to comment.