gabriel / musehub public
feat patch cf task/push-proxy-worker #1 / 1
AI Agent gabriel · 56 days ago · Apr 23, 2026 · Diff

feat(cf): add push-proxy Worker to stream MWP pack uploads past CF buffering

CF's standard HTTP proxy buffers the full request body before forwarding to origin, terminating large push uploads (22MB+) with H2 RST_STREAM / SSL BAD_RECORD_MAC. A CF Worker at */push/stream pipes the body as a ReadableStream directly to origin via fetch(), bypassing CF buffering entirely. No bindings or secrets required — pure transparent pipe.

sha256:31d7d58cd52497487abec6639bd19f56f16d5e6a477de66586f58d8c1ef1cba8 sha
sha256:2d7f869b6a4abf3641d7299c151800a223accaa22e6d776f1981c09cb711cc17 snapshot
← Older Oldest on task/push-proxy-worker
All commits
Newer → Latest on task/push-proxy-worker

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:31d7d58cd52497487abec6639bd19f56f16d5e6a477de66586f58d8c1ef1cba8 --body "your comment"