rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.63k stars 1.17k forks source link

Connect to all records when there are multiple DNS records #262

Closed jrwren closed 2 years ago

jrwren commented 2 years ago

It would be nice if when testing a host with multiple A or AAAA records that each or all were used.

What I see now: only the first record returned is used for a connection.

See Also #12

jrwren commented 2 years ago

I was able to work around this by setting GODEBUG=netdns=go environment variable.

This is an acceptable work around.