You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs frequently on newer Android due to bug in HTTPTransportSE. Also
reported here:
http://stackoverflow.com/questions/15411213/android-httpsurlconnection-eofexcept
ion
To Fix:
Add line
connection.setRequestProperty("Connection", "close");
in HttpTransportSE.java around line 173, i.e. after calling ServiceConnection
connection = getServiceConnection()
This is in module ksoap2-jse in org.ksoap2.transport
Original issue reported on code.google.com by [email protected] on 2 Oct 2014 at 9:00
The text was updated successfully, but these errors were encountered:
The project is migrating to github. If you believe this issue is still valid
and should be tracked please file a new issue at
https://github.com/simpligility/ksoap2-android/issues
Original issue reported on code.google.com by
[email protected]
on 2 Oct 2014 at 9:00The text was updated successfully, but these errors were encountered: