Skip to content

Commit 766f03f

Browse files
Merge master into feature/model-selection
2 parents 8ec544f + f1e22ae commit 766f03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/utilities/proxyUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class ProxyUtil {
6868
*/
6969
private static async setProxyEnvironmentVariables(config: ProxyConfig): Promise<void> {
7070
// Always enable experimental proxy support for better handling of both explicit and transparent proxies
71-
process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'true'
71+
process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'false'
7272

7373
const proxyUrl = config.proxyUrl
7474
// Set proxy environment variables

0 commit comments

Comments
 (0)