Message11595

Author zyasoft
Recipients stefan.richthofer, yuli129, zyasoft
Date 2017-09-13.17:48:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505324930.92.0.552141913682.issue2617@psf.upfronthosting.co.za>
In-reply-to
Content
We need a test case here that we can reproduce. If you are using GZIPInputStream, this sounds like you are directly using https://docs.oracle.com/javase/7/docs/api/java/util/zip/GZIPInputStream.html

Jython's direct implementation of gzip streaming support directly uses the java.util.zip.Inflater, and incidentally has better support for real life gzip usage, specifically around headers. We have had a lot of experience in now in its support, since this in turn used by pip/requests. You can read up the docs for that here:https://docs.python.org/2/library/gzip.html
History
Date User Action Args
2017-09-13 17:48:50zyasoftsetmessageid: <1505324930.92.0.552141913682.issue2617@psf.upfronthosting.co.za>
2017-09-13 17:48:50zyasoftsetrecipients: + zyasoft, stefan.richthofer, yuli129
2017-09-13 17:48:50zyasoftlinkissue2617 messages
2017-09-13 17:48:48zyasoftcreate