Stream/chunk large requests
Open
feature
- Dominant language
- Python
- Stars
- 4.3k
- Forks
- 371
- Avg merge
- 26d 1h
- Merged PRs (30d)
- 1
Description
originally discussed in https://github.com/h2oai/wave/discussions/1126
`-max-request-size` is sometimes not enough. A better way might be to automatically chunk/stream the large requests (e.g. table rows). @lo5 wdyt?
Contributor guide
Research direction
Start with the discussion linked in issue 1126 and review how -max-request-size currently limits large requests. Focus on the request path for large payloads such as table rows. Done means large requests are automatically chunked or streamed without relying only on the size limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100