-
Notifications
You must be signed in to change notification settings - Fork 9
protocol error w/ io.js 2.40 #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
working on PR |
nevermind, can't figure it out. there's some disagreement between the latest version of I'm getting a bunch of this:
When I try to use In var req = http.request({
host: this.opts.host,
port: this.opts.port,
path: '/',
headers: headers,
method: 'POST',
agent: this.agent,
protocol: 'https:' // <-- this
}, function(res) {
chan.handleIn(res);
}); to avoid the original exception, but I think that alters how |
perhaps jschan should drop spdy altogether: |
I think that's the plan, but we were waiting for a proper http2 implementation to be available. |
i moved the spdy support to https://github.com/GraftJS/jschan-spdy, so we can switch out when needed. this should also not stop you from using jschan anymore. |
see GraftJS/graft#19
The text was updated successfully, but these errors were encountered: