http2.connect
with url starting with "http://" does not pass options to net.connect
#29811
Labels
http2
Issues or PRs related to the http2 subsystem.
Version:
v12.11.1
Platform:
Windows Subsystem Linux
Linux A062787428 4.4.0-17134-Microsoft Fix/postmortem #706-Microsoft Mon Apr 01 18:13:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
net.connect()
options has no effect when I executehttp2.connect
, thought The document says "Any net.connect() or tls.connect() options can be provided."Related codes is here which does not pass options of
http2.connect
tonet.connect()
.Code to reproduce.
The text was updated successfully, but these errors were encountered: