-
Notifications
You must be signed in to change notification settings - Fork 111
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
Panic when some requests time out #151
Comments
just created #174 to hopefully solve this. if you (or anyone facing this issue) want to clone, build and test my fork to see if this solves your issue, that would be great to confirm that my PR does indeed solve your timeout case!! based on my findings while working on #174 it doesn't actually appear to be exclusive to timeouts. actually, any request that's >3.6s in duration causes this panic |
I got a similar issue. Tried the branch in #174
|
I was able to work around the panic by adding a timeout of 3 sec, with "--timeout 3" |
you didn't check out the branch that has the fix. the branch with the fix is not the main branch :) make sure to |
Looks like it fixed the issue for me. Sadly the errors are not 100% reproducible, as the timeouts seem to happen unpredictably in my tests, but so far your branch was working fine. |
|
If a timeout occurs on some requests, the statistics will not be printed out. The program will then panic.
TimeOut Log
Panic Log
The text was updated successfully, but these errors were encountered: