Android Volley double post when have slow request

如何解决 :

I managed to fix this by configuring HttpURLConnection like this:

connection.setChunkedStreamingMode(0);

I started a discussion about this in Volley email list (https://groups.google.com/forum/#!topic/volley-users/8PE9dBbD6iA).




网址:http://stackoverflow.com/questions/22428343/android-volley-double-post-when-have-slow-request

你可能感兴趣的:(Android Volley double post when have slow request)