Danstahrg

Results 5 comments of Danstahrg

Hi, This is usually an indicator that something/someone is tampering with secure connections. It might be anything from your antivirus to your ISP. It can also happen if you need...

Exceptions should bubble up all the way to the call site (either directly if using `call.execute()`, or in the `onFailed()` callback if you use `enqueue`). You can handle them there....

I've tried issuing 1k concurrent OkHttp requests to the top 1k websites as indicated by this list: https://gist.github.com/bejaneps/ba8d8eed85b0c289a05c750b3d825f61. Like Etienne, I haven't experienced any issues with the setup and the...

You're right in that it doesn't solve your issue straight away but as noted in the commit description it allows for more efficient troubleshooting. If you look through the code...