-
-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Description
h2/src/proto/streams/counts.rs
Lines 164 to 168 in 756384f
// Release the stream if it requires releasing | |
if stream.is_released() { | |
stream.remove(); | |
} | |
} |
There may still leave some bytes releated to the stream in
Line 52 in 756384f
buffer: Buffer<Event>, |
Counts
remove a closed Stream
.This may cause mem leak, Should we remove bytes releated to the stream in
remove
function?ihciah, Millione and 0x676e67
Metadata
Metadata
Assignees
Labels
No labels