lambda-streaming-demo icon indicating copy to clipboard operation
lambda-streaming-demo copied to clipboard

Handle large HTTP chunks

Open tom-sherman opened this issue 2 years ago • 0 comments
trafficstars

This is mentioned in the README:

Chunking of request and response chunks. Cloudflare websockets have a maximum message size of 1MiB but HTTP has an unbounded chunk size (AFAIA). The worker and lambda should chunk the request and response bodies to ensure that they don't exceed the maximum message size.

tom-sherman avatar Jan 22 '23 00:01 tom-sherman