mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Implement test-http2-client-port-80.js (#19267)
This commit is contained in:
@@ -3230,13 +3230,13 @@ class ClientHttp2Session extends Http2Session {
|
||||
options
|
||||
? {
|
||||
host: url.hostname,
|
||||
port,
|
||||
port: String(port),
|
||||
ALPNProtocols: ["h2"],
|
||||
...options,
|
||||
}
|
||||
: {
|
||||
host: url.hostname,
|
||||
port,
|
||||
port: String(port),
|
||||
ALPNProtocols: ["h2"],
|
||||
},
|
||||
onConnect.bind(this),
|
||||
|
||||
Reference in New Issue
Block a user