spdy-http2 / node-spdy

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

Add isSpdy and spdyVersion to res object #268

Closed webcarrot closed 7 years ago

webcarrot commented 7 years ago

fixes #267

indutny commented 7 years ago

Looks cool! What do you think about adding few assertions to the tests: https://github.com/indutny/node-spdy/blob/master/test/server-test.js#L66 ?

indutny commented 7 years ago

One last nit, otherwise LGTM

indutny commented 7 years ago

Thank you!

indutny commented 7 years ago

Fantastic! Landing in a bit.

indutny commented 7 years ago

Landed and released. Thank you!