http2
http2 copied to clipboard
Is it possible to expose stream state to the app? It's vital for tracking http2 requests and make appropriate reconnect logic etc....
https://github.com/dart-lang/http2/blob/master/lib/src/streams/stream_handler.dart
attached link to the code, how to expose StreamState?
@sethladd @kevmoo @sstrickl @munificent
@brianquinlan ?
I think that @mosuem has the most state on this package.