-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTPRequest: close file uploads to prevent ResourceWarning (#1243)
* testHTTPRequest: use larger file for test_processInputs_w_large_input_gets_tempfile This test was not using a large enough file to use temporary file, but the test was not really asserting that a temporary file was used. * HTTPRequest: close file uploads to prevent ResourceWarning
- Loading branch information
1 parent
7802542
commit 8c140a3
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters