hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.36k stars 272 forks source link

fix issue#648: drop frame if stream is released #651

Closed silence-coding closed 1 year ago

silence-coding commented 1 year ago

fix #648

silence-coding commented 1 year ago

@seanmonstar Please!

seanmonstar commented 1 year ago

Code looks good, letting CI run. I guess there isn't really a unit test we can do, huh? Since it's mostly just about reducing memory usage...

silence-coding commented 1 year ago

Code looks good, letting CI run. I guess there isn't really a unit test we can do, huh? Since it's mostly just about reducing memory usage...

Yes, mainly to reduce memory. Who needs to review this code to merge?? @seanmonstar

maxbear1988 commented 1 year ago

@seanmonstar cloud you release a new version?