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

Unable to benchmark IPv6-only localhost #126

Open
WGH- opened this issue Dec 20, 2021 · 0 comments
Open

Unable to benchmark IPv6-only localhost #126

WGH- opened this issue Dec 20, 2021 · 0 comments

Comments

@WGH-
Copy link

WGH- commented Dec 20, 2021

I have a webserver bound to [::1]:8080.

When I use the following plan:

---
base: 'http://localhost:8080'
iterations: 1000
concurrency: 10

plan:
- name: aaa
  request:
    url: /aaa.txt

All I get is connection refused errors. curl http://localhost:8080/aaa.txt works. Judging by strace, it doesn't even try to connect to ::1.

If I use http://[::1]:8080 as base, it works fine (which is a workaround).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant