spdy-push
spdy-push copied to clipboard
Update spdy dep
trying to upgrade, but getting a GOAWAY error in the tests. any ideas?
There's a bunch of api changes, it seems there's a bunch of places where callbacks must now be provided in node-spdy. I've just been monkey-see/monkey-do'ing, & have a WIP branch. There's now a proper exchange of messages again, a message in and a push. It's not refined, nor finished, but at least is on the right track to making everything go again in node-spdy2.
However the acknowledge event is no longer emitted, and I'm not sure what the replacement is going to be. The afterEach is also not properly terminating; apparently the server is not closing down?
thank you! :D i haven't had time to look at it
@rektide any idea what the request and response options are in .push()?
dealing with some stupid GOAWAY error...