OKHTTP taking too long to send a request with a 92MB “attachment”
I’m using OKHTTP 4.10.0 to send requests from my Android App to my back-end.
The problem raises when I add a 92MB file to my request. When I add this file, OKHTTP takes about 1min to send the request to my back-end.