w3c / webtransport

WebTransport is a web API for flexible data transport
https://w3c.github.io/webtransport/
Other
838 stars 51 forks source link

getStats() being rejected #557

Closed vasilvv closed 10 months ago

vasilvv commented 11 months ago

Currently, we never reject getStats(). We should do that for failed connections, since those don't have any stats to report. We should also probably do that for closed connections too, as the state associated with the connection is already likely gone.