Re: Missing settings for HttpClient timeouts ?

2024-02-22 Thread Oleg Kalnichevski
On 22/02/2024 13:16, Óscar Frías Barranco wrote: Thanks for your reply. I have activated HttpClient logs and it looks like, at least in this case, time is spent in DNS resolution. Is there a way to set a timeout for this (at the HttpClient level if that's possible, or at the OS level otherwise)

Re: Missing settings for HttpClient timeouts ?

2024-02-22 Thread Óscar Frías Barranco
Thanks for your reply. I have activated HttpClient logs and it looks like, at least in this case, time is spent in DNS resolution. Is there a way to set a timeout for this (at the HttpClient level if that's possible, or at the OS level otherwise) ? Feb 22, 2024 1:10:24 PM org.apache.hc.client5.h

Re: Missing settings for HttpClient timeouts ?

2024-02-22 Thread Oleg Kalnichevski
On 22/02/2024 11:53, Óscar Frías Barranco wrote: Hello. I am trying to configure HttpClient to validate a list of URLs and I don't want it to take longer than 10 seconds for each URL. I have been searching for all available timeout settings in HttpClient but, even after setting them all to 2 se

Missing settings for HttpClient timeouts ?

2024-02-22 Thread Óscar Frías Barranco
Hello. I am trying to configure HttpClient to validate a list of URLs and I don't want it to take longer than 10 seconds for each URL. I have been searching for all available timeout settings in HttpClient but, even after setting them all to 2 seconds, HttpClient still takes longer than 10 second