-
Notifications
You must be signed in to change notification settings - Fork 183
Fd leak in handle_files #978
Copy link
Copy link
Closed
Description
There are scenarios if a client leaves before consuming the full response,
we might have a reference to a stream that doesn't get drained.
Not draining or closing the stream can lead to issues if its holding a resource like
a file handle as those resources will never be closed, leading to a leak.
Reported by Stéphane Glondu
Fix by samhot and anuragsoni in #977
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels