-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup properly after hijacking a request
The logging handler hijacks the HTTP request, but does not properly clean up the files left behind by multipart forms. The HTTP library normally does this, but if the connection is hijacked, all responsibility to clean up is on the hijacker.
- Loading branch information
Matthew Mussomele
committed
Jul 19, 2019
1 parent
415c481
commit 21f9588
Showing
2 changed files
with
76 additions
and
0 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