The C# sdk has a default http timeout value of 100 seconds. We need to investigate and align the default value for Java to alleviate instances of Timeout exceptions reported.
HttpClient performing multiple redirection does not timeout even when the timeout is set. The process hangs on send() method and does not come out. Though setting ...