RequestBodyBufferMiddleware should limit total memory consumption for concurrent requests
还没有人认领这个 Issue。
评估
调研方向
Start by inspecting RequestBodyParserMiddleware and the related discussions in issues #218, #250, and #194. Clarify how concurrent request bodies are buffered and define how a shared total-memory limit should behave; done means concurrent requests cannot exceed that bound while the existing per-request limit remains effective.
由索引模型根据 Issue 内容生成。
描述
The RequestBodyParserMiddleware currently accepts a limit on the maximum size for a single request (say 100MIB). If you spawn lots and lots of concurrent requests, you can easily take up all available memory. As such, this middleware should probably also take care of limiting total memory consumption for all concurrent requests.
Refs #218
Refs #250
Refs #194
- 主要语言
- PHP
- 星标
- 781
- 派生
- 166
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
reactphp/http 的其他 Issue
-
bug
难度 3/5 1-2 天 新手友好度 76/100
-
bug
难度 3/5 1-2 天 新手友好度 35/100
-
maintenance
难度 5/5 一周以上 新手友好度 20/100
-
new feature
难度 4/5 3-5 天 新手友好度 48/100
-
help wanted new feature
难度 5/5 一周以上 新手友好度 25/100
相似的 Issue
-
sync-en
难度 1/5 1-3 小时 新手友好度 88/100
-
sync-en
难度 1/5 1-3 小时 新手友好度 88/100
-
Перевод устарел
难度 1/5 1-3 小时 新手友好度 88/100
-
priority: p3
难度 2/5 1-3 小时 新手友好度 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
难度 2/5 1-3 小时 新手友好度 78/100
nextcloud/fulltextsearch#1011 ·