Closed nlf closed 3 years ago
node allows a family to be passed to http.request() to specify whether to use ipv4 or ipv6, however we were ignoring it completely. this allows it to pass through correctly.
family
http.request()
Closes npm/make-fetch-happen#36
node allows a
family
to be passed tohttp.request()
to specify whether to use ipv4 or ipv6, however we were ignoring it completely. this allows it to pass through correctly.References
Closes npm/make-fetch-happen#36