]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Close FormData (uploaded files) after the request is done (#5465)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Thu, 3 Nov 2022 12:06:52 +0000 (07:06 -0500)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 12:06:52 +0000 (13:06 +0100)
commitac9f56ea5ecc738eabd9282feae4679852155669
treeac7e30d519d5871aa47458c6608f55e8931c8fb8
parented9425ef5049910251dd2302b9dd3095cefe1b1c
🐛 Close FormData (uploaded files) after the request is done (#5465)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/routing.py
tests/test_datastructures.py