projectdiscovery / httpx

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
https://docs.projectdiscovery.io/tools/httpx
MIT License
7.53k stars 822 forks source link

update fastdailer dep #1818

Closed RamanaReddy0M closed 2 months ago

RamanaReddy0M commented 2 months ago
RamanaReddy0M commented 2 months ago
✗ go run . -u 'http://google.co.uk:80' -j -silent | jq -c '{input,host}'
{"input":"http://google.co.uk:80","host":"172.217.27.195"}
RamanaReddy0M commented 2 months ago

depends on: https://github.com/projectdiscovery/fastdialer/pull/314

ehsandeep commented 2 months ago

@RamanaReddy0M @tarunKoyalwar this is unrelated to this PR, but do we know why windows test are failing?

RamanaReddy0M commented 2 months ago
Screenshot 2024-07-12 at 10 03 15 AM

It seems like only on windows some how \n is getting added to the results. I will look into this.