You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: