Changes this week:
-
Major V8 update: 7.4 β 7.5
-
Fixed a bug where a request with
Content-Length: 0
would hang when a zone has multiple Workers in a pipeline (e.g. a Cloudflare App with a Worker, plus a regular zone Worker). Note that requests with noContent-Length
at all (as is usually the case withGET
s) did not exhibit this problem. The bug was in the open source KJ library, fixed here.