spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

is there a way to use "direct negotiation"? #314

Open dinfer opened 7 years ago

dinfer commented 7 years ago

the http2 implementations table shows that node-spdy supports direct negotiation. but it always enforces client to use NPN or ALPN. How can I use direct negotiation?