Skip to content

Commit e1099fb

Browse files
committedAug 6, 2021
Fix https.alpnProtocols not having an effect
1 parent 57367ef commit e1099fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎source/core/options.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2259,6 +2259,7 @@ export default class Options {
22592259
...this._unixOptions,
22602260

22612261
// HTTPS options
2262+
ALPNProtocols: https.alpnProtocols,
22622263
ca: https.certificateAuthority,
22632264
cert: https.certificate,
22642265
key: https.key,

0 commit comments

Comments
 (0)
Please sign in to comment.