1.4.2
[1.4.2] - 2022-01-04
Fixed:
- If the stream URL contained user/password basicauth fields, they were not being included in the request.
- Some unsupported options were accidentally being passed to
http.request
andhttps.request
. This did not affect Node itself, but it could cause problems when using interceptors that inspect the options, as discussed here.