std.zlib uncompress issue
Eko Wahyudin via Digitalmars-d
digitalmars-d at puremagic.com
Mon Apr 21 22:22:01 PDT 2014
I have a same problem too..
I think the problem came from Compress class.
I'm creating web server with gzip and deflate support. browser
(Chrome, Firefox and opera) able to deCompress it. The problem
begin if file size more than 64KB. The output size is equal to
the original file, but the content is different at some block.
for instance compressing "jquery-2.1.0.min.js". the result is
different begining at file offset 73.728 or 0x12000. with file
buffer 4096 bytes.
well this thread start at March 04, 2012 and now Apr 22, 2014,
it's already two year,,, this problem still doesn't solved :(
More information about the Digitalmars-d
mailing list