Bug Description
Imagine proxy URL in format:
http://123.123.1.1:8080
Code here:
|
protocol: opts.protocol || 'https' |
Doesn't respect 'http' protocol if specified in proxy Url.
Environment
Node 18
Bug Description
Imagine proxy URL in format:
http://123.123.1.1:8080Code here:
undici/lib/proxy-agent.js
Line 33 in 3a77cbb
Doesn't respect 'http' protocol if specified in proxy Url.
Environment
Node 18