mirror of
https://github.com/apache/cordova-android.git
synced 2026-07-06 00:00:08 +08:00
setFixedLengthStreamingMode causes the Content-Length header to be set, which some servers require. We now use setChunkedStreamingMode only on Eclair devices since there is a bug with setFixedLengthStreamingMode in that version of the OS.