-
Notifications
You must be signed in to change notification settings - Fork 78
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
HTTP not working: Error 332 (net::ERR_SYN_REPLY_NOT_RECEIVED) #29
Comments
An older version of node-spdyproxy (from April) does not have these issues. Here is the shrinkwrap output from the current version:
|
Interesting. I believe I just fixed the opposite bug (HTTPS not working - #29).. and I can't reproduce this case - both HTTP and HTTPS sites load fine for me, with latest node (0.10.8) and patched node-spdy. |
I also get this problem frequently, not never succeeded to reproduce it on localhost. |
I tried using the latest node-spdy 1.8.9 (in hope spdy-http2/node-spdy#95 might somehow magically fix the problem), but unfortunately I still get the aforementioned error (on localhost as well on 3 remote hosts) HTTPS works perfectly though. :) Is there anymore useful debug output that I can provide? |
FYI, in chromium source code, the definition is very weird, /net/spdy/spdy_session.cc 1519 if (stream->response_received()) { The explanation is actually duplicated SYN_REPLY instead of missing SYN_REPLY. @berstend Are you using any particular authHandler? |
Which version of Chrome are you on? On Tue, May 28, 2013 at 12:57 PM, Duan Lian notifications@github.comwrote:
|
@chemhack At first, I thought that was the source of my issues: I removed the listener and the Proxy Authorization dialog appeared, I entered the credentials and was able to use HTTP sites (using local and remote node-spdyproxy instances). I still have the feeling the error might be related to the auth part: While the Proxy Authorization dialog was open I got the 332 on all other tabs until I submitted the credentials. @igrigorik |
When using node-spdyproxy without authentication I have no issues at all. |
@igrigorik It was introduced here mirror/chromium@fce44a0 long time ago really. The original error message was "Received duplicate SYN_REPLY for stream". But no idea why it was labeled as "ERR_SYN_REPLY_NOT_RECEIVED". So misleading. |
Hi,
when using the latest code from master proxying http requests are not working anymore for me. SSL/https sites run fine.
Here is the relevant output while trying to access
http://www.dnsleaktest.com/
:I tried different node versions (0.8 / 0.12) with no luck as well.
Anyone else having these issues?
Thanks.
The text was updated successfully, but these errors were encountered: