Ok, just to clarify: when making a request there might be several writes into the socket for writing the request and several reads for reading the response plus the time to stabilish a connection? Is there a particular strategy OkHttp uses for each individual operation. e.g. a buffered reader or something?
Despite what you said about
callTimeout
, which is a change we want to make. I’m trying to check if its possible to calculate an upper limit for our current requests latency.