molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 187 forks source link

Assign socket to response #192

Closed jhen0409 closed 8 years ago

jhen0409 commented 8 years ago

Because http,https module have response.socket (which is the same request.socket).

if this module haven't response.socket, it will make some of the modules not work. (Like koa/lib/response.js)