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

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -