-->
Page 1 of 1

Gzip compressing using the patch results in an error

PostPosted: Thu Jul 16, 2015 2:02 pm
by MM596
Hello,

I would like to gzip my files, because I have too little space on my ESP.
So I want to patch the gzip patch, but if I do so, I get an error:
patch: **** malformed patch at line 27: @@ -105,6 +109,10 @@ Q := @

Does anybody know, why this error occurs?

And does anybody know, if it's now possible to use larger files than 120kByte ? And if so, how?

Thank you
Regards

Re: Gzip compressing using the patch results in an error

PostPosted: Fri Jul 17, 2015 4:23 am
by martonmiklos
The GZIP compression had been merged to the latest esphttpd. Pull the latest from git.

Re: Gzip compressing using the patch results in an error

PostPosted: Wed Jul 22, 2015 11:43 am
by MM596
Hello,

thank you, everything is working now!

Do you know if there is a possibility now, to use more than 120kB?

Thank you