http2-express-bridge icon indicating copy to clipboard operation
http2-express-bridge copied to clipboard

Fix: Correctly get alpnProtocol

Open shahmirn opened this issue 1 year ago • 2 comments

for insecure createServer imported from http2, so that h2c works correctly.

Old code was causing the protocol to return null when createServer was used.

New code works in node 16 for both createServer and createSecureServer

shahmirn avatar Apr 05 '23 23:04 shahmirn

@rahulramesha could you take a look when you get a chance?

Thanks!

shahmirn avatar Apr 06 '23 03:04 shahmirn

@rahulramesha ping?

victor-homyakov avatar Jul 17 '24 08:07 victor-homyakov