-
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
"Error: Can't set headers after they are sent" with caronte #469
Comments
fixed |
I am afraid it is not completely fixed because the request does not finish.
After that it simply hangs, and sometimes it ends at print |
ok i'll give it better look tomorrow morning.. thanks for taking the time to report this :) |
Still cannot get it work and it seems like the simplest use case. Could you provide any working single file test that would work as a reverse proxy? |
I will open a different issue cause I seem to have identified the problem and will specify it there. |
I have the same problem, "http-proxy": "^1.16.2" function proxyer(req,res,next){ More detail on "http://www.mizuiren.com/490.html" |
Again, I am trying the simplest use case:
Testing
ab2 -v 2 -c 1 -n 20 http://127.0.0.1:8081/
Thanks for your support!
The text was updated successfully, but these errors were encountered: