From <github.com/square/okhttp/wiki/Recipes> &gt; ...
# server
o
From github.com/square/okhttp/wiki/Recipes
OkHttp doesn't currently offer asynchronous APIs to receive a response body in parts.
Is it still true @jw? Does it mean async call is in fact sync call executed on worker thread?