simpligility / ksoap2-android

ksoap2-android - SOAP support for Android
http://simpligility.github.io/ksoap2-android/
Other
544 stars 247 forks source link

java.io.EOFException : ReadasciiLine #106

Closed benoffi7 closed 5 years ago

benoffi7 commented 7 years ago

Posted on Oct 2, 2014 by Grumpy Lion This occurs frequently on newer Android due to bug in HTTPTransportSE. Also reported here: http://stackoverflow.com/questions/15411213/android-httpsurlconnection-eofexception

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

benoffi7 commented 7 years ago

https://code.google.com/archive/p/ksoap2-android/issues/207

benoffi7 commented 7 years ago

https://code.google.com/archive/p/ksoap2-android/issues/199

mosabua commented 5 years ago

No changes on this - closing as part of clean up. Also from memory I am pretty sure this is fixed