HTTP requests should always have socket and connect timeouts - Not fixed
Hi,
We have lot of critical issues with regarding "HTTP requests should always have socket and connect timeouts".
For this, I created one common configuration to set time outs in project level and use the same request config across all the clients.
Lets say I call my service "httpService". So below is my code
httpClient = httpClientBuilderFactory.newBuilder().setDefaultRequestConfig(httpService.getRequestConfig()).build();
But this is still showing the same error.
Best regards,
Vijaya Kumar Arumugam



