spdy-http2 / node-spdy

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

Report correct httpVersion #316

Open peshi opened 7 years ago

peshi commented 7 years ago

node-spdy does not report correct httpVersion even if it is using http2

console.log(req); console.log(res);

 httpVersionMajor: 1,
 httpVersionMinor: 1,
 httpVersion: '1.1',