Replies: 1 comment 4 replies
-
|
This is not reproducible Please if the issue persist provide all the necessary info including full CLI and tool output |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
httpx version:
1.7.1
Current Behavior:
param -l without -threads 1 gives "no address found for host" after first domain in file.
Expected Behavior:
httpx with -l param with a list of domains should work without throwing "no address found for host"
Steps To Reproduce:
1.Create a domains.txt file with 2 domains.
2. Run httpx -l domains.txt -title -server -tech-detect -o output.txt -v
3. You see the first domain is successful, but the second gives error.
4. By adding -threads 1, the second domain will not throw the error.
Beta Was this translation helpful? Give feedback.
All reactions