We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
h2/src/proto/streams/counts.rs
Lines 164 to 168 in 756384f
There may still leave some bytes releated to the stream in
h2/src/proto/streams/recv.rs
Line 52 in 756384f
Counts
Stream
remove
The text was updated successfully, but these errors were encountered:
I am gald to submit a PR to fix that, but we can not access Recv in Counts. if we do that, it will be a large change commit.
Recv
Sorry, something went wrong.
@seanmonstar can we have a look?
Sure!
No branches or pull requests
h2/src/proto/streams/counts.rs
Lines 164 to 168 in 756384f
There may still leave some bytes releated to the stream in
h2/src/proto/streams/recv.rs
Line 52 in 756384f
Counts
remove a closedStream
.This may cause mem leak, Should we remove bytes releated to the stream in
remove
function?The text was updated successfully, but these errors were encountered: