I / O error during a system call, Broken handset

I know that this issue has been raised a lot, but I have not found any solution. I try to upload a large file using https, but I get the exception "I / O error during a system call, Broken pipe", the same code works when I upload it using http.

I read that this problem was detected on Android 2.3, I am using Android 4.3, and this is still happening ...

This also happens when I upload a small file. this does not happen with a small file if I delete con.setChunkedStreamingMode (1024); and uploading the file in one fragment (which I cannot do with large files).

+7
source share

No one has answered this question yet.

See related questions:

1858
"Debug certificate expired" error in Android Eclipse plugins
389
Mipmap drawables for icons
369
How to manually enable an external aar package using the new Gradle Android Build system
nine
SSL broken pipe
4
EPIPE (Broken pipe) on boot?
one
HTTURLConnection setFixedLengthStreamingMode throws SSL wrapper exception

All Articles