v0.5.8
Bug fixes
- Fixes an issue where an HTTP request with a 443 port would use
http:
protocol. 443 port now always resolves to thehttps:
protocol, unless an explicitoptions.protocol
is set on theClientRequest
(#74).
http:
protocol. 443 port now always resolves to the https:
protocol, unless an explicit options.protocol
is set on the ClientRequest
(#74).