Error 330 net::ERR_CONTENT_DECODING_FAILED with Minify on first load-Record and share programming errors

Minify is a PHP5 minifier for JS and CSS files : http://code.google.com/p/minify/

When I modify a CSS file then reload the page via Google Chrome, on the first load, I have this error :

Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error

It’s only on the first load of the page after the CSS modification. If I reload after, there is no error.

I believed it was a problem with Zlib like on : HTTP 330 error on PHP deprecation errors but Zlib is activated on my server.

The error is not happening when Minify is in debug mode (so when it only merge file and doesn’t modify nor compress content)

Originally posted 2013-08-20 01:39:46.