HTTPRequestEntityTooLarge not raised when using request.multipart()
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 16.5k
- Fork
- 2.4k
- Merge trung bình
- 17 giờ 22 phút
- Pull request đã merge (30 ngày)
- 212
Mô tả
## Long story short
processing a request using
```py
reader = await request.multipart()
foobar = await reader.next()
...
```
Should raise `HTTPRequestEntityTooLarge` if the request size exceeds `client_max_size`, currently I think it does not.
At the very least this should be documented.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.