DBServer6668 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

java.io.EOFException : ReadasciiLine #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 dirk.coe...@gmail.com on 2 Oct 2014 at 9:00

GoogleCodeExporter commented 8 years ago
Report the same error! 

Original comment by benoffi7 on 30 Apr 2015 at 7:36

GoogleCodeExporter commented 8 years ago
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 comment by mosa...@gmail.com on 7 Aug 2015 at 5:35