hyperium / h2

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

Add debug_span in poll_complete loop #764

Open YHM404 opened 2 months ago

YHM404 commented 2 months ago

Resolve #763

seanmonstar commented 2 months ago

It's not clear how this is an improvement, the span will still have a parent that lives a long time.

However, I don't think that the parent span is a problem at all, but rather the subscriber implementation that simply grows forever. That's not h2's fault.