lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] makefsdata producing compressed files


From: Simon Goldschmidt
Subject: Re: [lwip-users] makefsdata producing compressed files
Date: Mon, 26 Feb 2018 12:57:19 +0100

Giuseppe Modugno wrote:
> I compiled makefsdata.c with miniz.c and enabled compression, that is 
> only deflate. It seems it works well here with my files (I tested with 
> Chrome).
> 
> However I have a doubt. Is deflate the right compression scheme to use? 
> I read something confusing about deflate, something related to early 
> Microsoft products (servers and clients) that aspects a wrong data 
> format for deflate. Indeed, it seems Apache supports only gzip 
> compression scheme.

You're right that (older?) ms browsers are bogus regarding deflate. However,
I thin I got this working by using a raw deflate stream without zlib header.
I can't remember which browser versions I tested with, though. But all I
tested were working.

However, I'll happily accept a patch using gzip, of course!

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]