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 _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
