On Wednesday, January 11, 2017 at 11:01:04 PM UTC-7, Lehi Toskin wrote:
> Interesting... If I prepend `(bytes #x78 #x9c)` to the compressed data 
> created by deflate, zlib-flate will uncompress it. Same thing happens in 
> reverse where I skip the first two bytes of the zlib-flate'd data and process 
> it with inflate.

Then, is this a bug or something that should be an optional argument on the 
function like `#:ignore-initial-bytes #t`? I am not deeply familiar with the 
DEFLATE file format, but this seems like bug since it doesn't inter-operate 
with other implementations of zlib/zip/DEFLATE.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to