-
Notifications
You must be signed in to change notification settings - Fork 53
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
Responses never terminate (ab dies with timeout error) (OS X) #16
Comments
Pretty sure this is because we don't yet support close=0 or keep-alive=0. |
Hrm, interesting. Not sure what the problem could be, I'd need to look into how apache bench creates requests. |
Adding the two commented lines fixed it for me... but of course (if this is the proper place to add them) they would need to be dependent on the Close/Keep-Alive/ and HTTP version. You can see how it's done in
|
@yyyc514 You can use wrk instead of ab. |
Yeah I've been using |
Same problem here. |
I also ran into this. |
I tried this work around by adding
|
Using latest jester and Apache bench and for some reason it thinks the requests timeout. Perhaps we're not closing a socket properly or something? It's 100% reproducible here and only with
httpbeast
.asynchttpserver
does not have the same issue.Seems to work fine in browser and with
curl
. AB is receiving the responses (if I used-v2
), but obviously something else is off.Thoughts?
The text was updated successfully, but these errors were encountered: