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
windows "$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"
Subsystem
http
What steps will reproduce the bug?
import{createSecureServer}from'http2'letserver=createSecureServer(...)server.on('upgrade',()=>{ ... })server.listen(443)// Create a websocket connection to port 443
How often does it reproduce? Is there a required condition?
Must appear
What is the expected behavior? Why is that the expected behavior?