You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Jordi Domingo BorrĂ s <jo...@gmail.com> on 2011/07/19 19:39:24 UTC

Corrupt GZIP trailer

Hi!

Im getting this exception, when i try to load this resource
http://www.gogvo.com/evp/video/52342/Allianz--Optimaxx-Plus

java.io.IOException: Corrupt GZIP trailer
    at java.util.zip.GZIPInputStream.readTrailer(GZIPInputStream.java:182)
    at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:94)
    at java.io.FilterInputStream.read(FilterInputStream.java:90)
    at
org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:155)
    at com.blueliv.common.io.FileUtils.copy(FileUtils.java:218)
    at com.blueliv.common.io.FileUtils.copy(FileUtils.java:236)
    at com.blueliv.optos.services.UrlCache.loadUrl(UrlCache.java:732)


It can be viewed in the browser without problems. I dont know if theres
something i can do.

Thanks a lot,

Jordi