New this week:
- V8 updated: 7.0.276.26 -> 7.0.276.28
- Fixed a bug in which responses to HEAD requests which contained neither
Content-Length
norTransfer-Encoding
headers would getContent-Length: 0
incorrectly added. This was commonly triggered when zones had Cloudflare features enabled which modify response bodies (such as Scrape Shield), as these features discard theContent-Length
on HEAD requests (because it’s impossible to tell what the correct length would be without knowing the content). Workers would then add the incorrectContent-Length: 0
.