Broken output after updating to 1.6.7. #1858
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
httpx version:
1.6.7
Current Behavior:
When I pipe an input file into Httpx, and write its output to another file like this:
cat domains.txt | httpx > httpxresults.txt
There are empty lines at the beginning of the output file:
domainst.txt:
httpxresults.txt:
Expected Behavior:
httpxresults.txt file should look like this:
Steps To Reproduce:
Create the input file I mentioned before run the command I provided.
Anything else:
The text was updated successfully, but these errors were encountered: