Skip to content
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

Improving rawhttp timeout handling #360

Merged
merged 1 commit into from
Aug 14, 2021
Merged

Conversation

Mzack9999
Copy link
Member

No description provided.

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Aug 14, 2021
@Mzack9999 Mzack9999 self-assigned this Aug 14, 2021
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

time echo http://122.233.118.93:8123 | ./httpx -silent -unsafe

real	0m10.194s
user	0m0.020s
sys	0m0.021s
time echo http://122.233.118.93:8123 | httpx -silent -unsafe

real	2m30.720s
user	0m0.040s
sys	0m0.038s
time echo http://122.233.118.93:8123 | ./httpx -timeout 2 -silent -unsafe

real	0m4.275s
user	0m0.018s
sys	0m0.036s

@ehsandeep ehsandeep merged commit a7612ed into dev Aug 14, 2021
@ehsandeep ehsandeep deleted the 355-bugfix-rawhttp-timeout branch August 15, 2021 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v1.1.1] Some target scans will not stop when using the -unsafe option
2 participants