Volley + OkHttp on Android gives error on status 200 response
When I make my request with only Volley everything goes well and my StringRequest goes to onResponse. But when I switch to Volley + Okhttp combination, my request goes through, I receive the same response as before but then I get the following error message: E/Volley﹕ [122319] BasicNetwork.performRequest: Unexpected response code 200 for <my request url> java.io.IOException: closed com.android.volley.NetworkError: java.io.IOException: closed at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:182) at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:114)