-
Notifications
You must be signed in to change notification settings - Fork 304
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 Timeout doesn't work as expected #109
Comments
I think I see the problem -- |
Makes sense! I'm also noticing that if I specify a timeout of say 8 seconds, it actually times out after 4, this follows through if I specify a timeout of 10 seconds it times out after 5. I can look into this and the above if you're not already on it, I've been working on #73. |
…ed even if --use-https is not set (issue #109)
It seems like this is fixed, except for when applying the |
I specified the following on the command line:
echo google.com | ./zgrab2 http --port 8080 --timeout 3
(A site and port I expect to not connect but timeout after a certain point)
Rather than timing out after 3 seconds, according to the metadata at the end, it continues through for 75 seconds.
{"statuses":{"http":{"successes":0,"failures":1}},"start":"2018-05-01T11:55:54-04:00","end":"2018-05-01T11:57:10-04:00","duration":"1m15.374277319s"}
The text was updated successfully, but these errors were encountered: