🚀 New issue to wemake-services/django-modern-rest by @sobolevn
📝 `BytesIO(request.body)` in `parse_as_post` copy the `request.body` object (#1328)
django-modern-rest/dmr/internal/django.py
Lines 136 to 145 in a2d44b1
This is not really cool, we would copy the request data twice. In some cases this can be really bad, because files can be rather big.
We need to find a way not to copy the data.
(please, do not take this issue before the 1st of September)
#bug #good_first_issue #help_wanted #opensource_september #django_modern_rest
sent via relator
Post #309
199