-
Notifications
You must be signed in to change notification settings - Fork 2k
Caronte: Non-keepalive requests are proxied as keep-alive requests #477
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
yep, sounds about right.. that's what i was thinking as well.. the commit i just pushed (2c10f25) should fix it i apologize for the late fix... with the tests rewriting going on, i kinda miscalculated the time i had |
You are very kind and no need to apologize. I am happy it is moving forward. Thank you for your support! Now let's do some testing - I will paste only some noteworthy lines: Without keep-alive (spoiler: very good!!)
Just for the sake of benchmarking (it IS an utterly useless benchmark I know):
Now the real problem, testing with Keep-Alive:
48% of failed requests and very slow response. I hope this helps ... |
oh wow, that's not good .. i'll look into this.. if you can figure out what's wrong please let me know.. |
Please run the example from README:
Please use the tool from
apache2-utils
package:With
-k
option inab2
you may see it properly (well, almost - but this would be another issue) working as it sets keep alive in the initial header:The text was updated successfully, but these errors were encountered: