spdy-http2 / node-spdy

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

Fix compatibility with Node.js master #309

Closed lpinca closed 7 years ago

lpinca commented 7 years ago

Currently tests fails on Node.js master due to this change: https://github.com/nodejs/node/pull/11926. This patch fixes the issue by adding a server property to the socket.

lpinca commented 7 years ago

Closing as it seems to not work on Node.js 0.10 and 0.12.

ronkorving commented 7 years ago

Should that still be a blocker these days? Would love to hear from a maintainer.

daviddias commented 7 years ago

Created a issue to figure this one out https://github.com/spdy-http2/node-spdy/issues/311

lpinca commented 7 years ago

Reopened as #312.