summaryrefslogtreecommitdiff
path: root/tests/requests_tests
AgeCommit message (Expand)Author
2023-11-28Refs #21442 -- Increased test coverage of requests.David Smith
2023-11-24Fixed #34968 -- Made multipart parsing of headers raise an error on too long ...Standa Opichal
2023-08-25Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application...Mariusz Felisiak
2023-08-02Added more tests for django.http.request.split_domain_port().Nick Pope
2023-06-07Added MultiPartParser tests for parsing base64-encoded fields.benebsiny
2023-04-12Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...Mariusz Felisiak
2023-02-14Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-01-07Renamed 'requests' test package.Tim Graham