aio-libs / aio-libs/aiohttp

HTTPRequestEntityTooLarge not raised when using request.multipart()

Đang mở
#3,702 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.