You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your feedback. Integrating IPv6 with the proxy functionality in fasthttp might be somewhat challenging and could require substantial modifications. I will think about how to implement this in a more refined manner.
Hi there, thanks for your amazing work!
I recently found that plow doesn't seem to be able to resolve
localhost
to IPv6 address if IPv4 failed.What I have observed
I have an endpoint that only allows IPv6 access:
If I use
plow
, it drops the requests when it doesn't manage to connect to the IPv4 address127.0.0.1
:$ plow -n 10 http://localhost:8080/api/endpoint Benchmarking http://localhost:8080/api/endpoint with 10 request(s) using 1 connection(s). @ Real-time charts is listening on http://[::]:18888 Summary: Elapsed 0s Count 10 RPS 1542.933 Reads 0.000MB/s Writes 0.000MB/s Error: 10 "dial tcp4 127.0.0.1:8080: connect: connection refused"
What I expect
plow
can try to connect to IPv6 address when the IPv4 is refused while usinglocalhost
, likecurl
doesMy setup
The text was updated successfully, but these errors were encountered: