New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Close FormData (uploaded files) after the request is done
#5465
Conversation
|
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage
Additional details and impacted files@@ Coverage Diff @@
## master #5465 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 540 540
Lines 13946 13969 +23
=========================================
+ Hits 13946 13969 +23
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
|
Looks like failures are unrelated to this change: #5467 |
|
Failures resolved, @tiangolo I think this is ready for review :) |
|
Amazing, thank you @adriangb! Do you think you could add a test or two for this? |
I think this might difficult to test without touching the internals of something. It does run for every test, so we know that it doesn’t crash at least. I’ll think a bit about how to test this. |
|
|
So it seems like even Starlette is not testing that |
|
|
I found a way to test it! Thanks for the contribution! |
That was genius! |
Haha thank you! |
No description provided.