On Mon, 3 Jun 2024, kartatz via curl-library wrote:
I set a maximum number of host connections here (CURLMOPT_MAX_HOST_CONNECTIONS) because I don't want to cause overhead on the server.
However, things get a little weird if I set a CURLOPT_DOH_URL on the main easy handle:
Interesting case. I think we should make DoH requests exempt from that check/restriciton, as otherwise you can end up in this kind of catch-22 situation.
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html
