Replies: 5 comments
-
It should be reflected if it is using c-ares in DNS cache has not been released yet as I'm not ready to commit to the current design yet. |
Beta Was this translation helpful? Give feedback.
-
As far as erroring goes, it would be a backwards-incompatible change to begin returning an error from |
Beta Was this translation helpful? Give feedback.
-
For those interested in using the system
|
Beta Was this translation helpful? Give feedback.
-
@sagebind Custom DNS servers per request is complemented by disabling DNS caching for that request. My benchmarking tool needs this capability. |
Beta Was this translation helpful? Give feedback.
-
Don't worry, its on my todo list! I'll work on it as soon as I have time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's hard to tell if configured DNS servers are being used at all and if
libcurl
was built withc-ares
. Custom DNS servers don't seem to be working on macOS, with no error.I'm also forced to use the default HTTP client and cannot set the DNS cache duration. I want to disable it for every request on the default client. This is another thing that would benefit from an
isolate()
that sets a new share handle on the requestBeta Was this translation helpful? Give feedback.
All reactions