Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 288 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 288 Bytes

https-reproduction

When calling https.get(url[,options]) node will throw an error using the agentbase dependency

passing https.request a string will return a type error

passing https.request a url object will cause agent-base to drop the hostname and eventually crash the application