I faced with an issue, about third of all OkHttpClient
newCall(request).execute();
requests to the server fails with this exception:
Exception java.io.IOException: unexpected end of stream on Connection{[REDACTED_DOMAIN_NAME]:80, proxy=DIRECT@ hostAddress=[REDACTED_DOMAIN_NAME]/[REDACTED_IP_ADDRESS] cipherSuite=none protocol=http/1.1}
I disabled the validation of certificates. What could be the reason of this behavior?