Commit e724f3a
committed
feat: use X-Request-Body-Stream header for streaming uploads
Transfer-Encoding: chunked is stripped by HTTP/2+ proxies (Cloudflare).
Use a custom X-Request-Body-Stream header as the opt-in signal for
streaming request bodies.1 parent 9a69a4c commit e724f3a
3 files changed
Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
| 465 | + | |
469 | 466 | | |
470 | 467 | | |
471 | 468 | | |
472 | | - | |
| 469 | + | |
473 | 470 | | |
474 | 471 | | |
475 | 472 | | |
| |||
0 commit comments