spdy-http2 / node-spdy

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

Assertion Error Fixed True === False #342

Open deveshmehta7 opened 5 years ago

deveshmehta7 commented 5 years ago

Assertion Error Fixed True === False

coolaj86 commented 5 years ago

This doesn't pass tests on Node v8.x. Do you think you could find an approach that will work in both v8.x and v10.x?

JamesIves commented 5 years ago

2.1.1 of spdy-transport includes the fix for this error, they bumped the version number on the registry so this PR should point to that instead of your personal fork: https://github.com/spdy-http2/spdy-transport/releases/tag/v2.1.1

wojtekmaj commented 3 years ago

spdy-transport 3.0.0 is now used so this may be closed.