-
Notifications
You must be signed in to change notification settings - Fork 2k
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
SPDY Support #343
SPDY Support #343
Conversation
@kennydude So how should I test this is working? Is there a spdy client you're requesting with? |
Chrome Extension that detects SPDY by putting a lightning bolt in the
|
Right, but using Chrome in unit-tests isn't feasible. Is there a spdy client for node? |
Not yet, sadly I don't have much time and urge to work on it |
@indutny It's hard to merge this without some kind of reproducible test. |
Yes, I know... I'll try to sketch something. |
Awesome
|
Not NodeJS, but this may help as I can't find anything about a NodeJS client lib: https://github.com/mtourne/gurl |
Any update on this? Would be interesting to play with SPDY. |
I've found a couple things that could help with testing, https://github.com/mtourne/gurl - gURL written in GO http://spdylay.sourceforge.net/package_README.html#spdy-client-and-server-programsspdycat written in C There is also, https://github.com/nasss/spdy-client Although this pull is probably outdated On 9 September 2013 21:15, RushPL notifications@github.com wrote:
|
Is SPDY not supported in the http-proxy? Is there any update on this? |
Decided to close this because it is outside of scope. Anyone who wants to create a |
Changes Unknown when pulling 42d3f84 on kennydude:master into * on nodejitsu:master*. |
@indexzero: SPDY/HTTP2 is becoming more widespread, is it still out of scope for this project? I'd greatly appreciate it if you'd reconsider. |
I think I've got SPDY working on the https proxy.
It uses node-spdy to do the actual spdy stuff, but when testing with the https-to-https example Chrome flags SPDY is working