When we make a http request we can set a Connection/Read/Write timeout, currently I am getting below exception:
java.net.SocketTimeoutException: Read timed out
How to figure out of this is because server is taking long time to process the request or because there is a lot of network latency ? Thank You.