1
0
mirror of https://github.com/django/django.git synced 2025-10-23 13:49:22 +00:00
django/tests/requests_tests
Jake Howard 41ff30f6f9 Refs #36520 -- Ensured only the header value is passed to parse_header_parameters for multipart requests.
Header parsing should apply only to the header value. The previous
implementation happened to work but relied on unintended behavior.
2025-08-28 14:25:36 -03:00
..