php - Error 330 net::ERR_CONTENT_DECODING_FAILED with Minify on first load -
minify php5 minifier js , css files : http://code.google.com/p/minify/
when modify css file reload page via google chrome, on first load, have error :
error 330 (net::err_content_decoding_failed): unknown error
it's on first load of page after css modification. if reload after, there no error.
i believed problem zlib on : http 330 error on php deprecation errors zlib activated on server.
the error not happening when minify in debug mode (so when merge file , doesn't modify nor compress content)
this seems bug in 2.1.5. had same problem described, in 2.1.5 downgraded 2.1.3 , works.
here download link 2.1.3:
http://code.google.com/p/minify/downloads/detail?name=minify_2.1.3.zip
Comments
Post a Comment