Response Time

Hi,

I have set the connection timeout, request timeout and read timeout to 10 sec. Now the chart showing the response time for OK requests still have readings greater than 10 sec. Am I missing something?

https://www.dropbox.com/s/c403yc3uv0urdlq/ResponseTime.jpg?dl=0

Thanks a lot.

Jamie

Request timeout starts counting after connect. So your overall max timeout is 10 + 10 = 20, which is what you see.

I see. Thank you for the clarification.

Jamie