Open GoogleCodeExporter opened 9 years ago
Are there any solutions to this error?
Could someone help me out please?
Original comment by mihai.re...@3sstudio.com
on 4 Feb 2015 at 9:31
Report the same error!
Original comment by benoffi7
on 30 Apr 2015 at 7:33
Hi benoffi7,
I solved this problem by adding this line in HttpTransferSE, Line 172:
System.setProperty("http.keepAlive", "false"); //possible eof exception problem
connection.setRequestProperty("Accept-Encoding", "gzip");
Honestly I don't know which are the drawbacks but for me it works now without
problem. I read some threads in which it was written that if you don't keep the
connection alive then it will take longer to make requests. For me the
connection with the server is acceptable fast so I let it like this.
Original comment by mihai.re...@3sstudio.com
on 4 May 2015 at 9:13
Hi! Can you send me a JAR with that line?
Thanks a lot!!!
Original comment by benoffi7
on 4 May 2015 at 6:56
Original issue reported on code.google.com by
mihai.re...@3sstudio.com
on 4 Feb 2015 at 9:27