You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling http2.connect(url, { socket }) is not supported but (almost) works by passing the socket option to the tls.connect call. I don't think this was an intended behavior.
The following (broken) unit test will produce a segfault:
What steps will reproduce the bug?
Calling
http2.connect(url, { socket })
is not supported but (almost) works by passing the socket option to thetls.connect
call. I don't think this was an intended behavior.The following (broken) unit test will produce a segfault:
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
Either
What do you see instead?
Additional information
The text was updated successfully, but these errors were encountered: