Hotfix: Web Editor Session Create
Fixed
- Web editor returning 500 on
/hp editor— The gzip compression introduced in 2.8.9 was applied to all session create requests, but the Cloudflare Worker API does not supportContent-Encoding: gzipon incoming request bodies. This caused every/hp editorcommand to fail with "Server returned status 500". Compression is now only applied to payloads exceeding 500KB, keeping normal requests uncompressed while still protecting very large servers from HTTP 413 errors.
If you are on 2.8.9, update immediately.