Hey El Barto,
This happens because of a default setting in the web.config in v5.0 (which will be removed in the next versions)
Check the dynamicCompressionBeforeCache line in your web.config, it probably is set to true, once set to false everything works again.
Jochem