You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
When a QuicSession is closed with a received CONNECTION_CLOSE, make sure the connection close error code is transmitted out to the JavaScript side so the user can know why the connection was closed.
The text was updated successfully, but these errors were encountered:
There appears to be a limitation currently in the ngtcp2 where we cannot directly access the error_code from a received connection close... so while we can know that a connection has closed, we can't know exactly why yet. I've opened ngtcp2/ngtcp2#147 to get clarity.
When a QuicSession is closed with a received CONNECTION_CLOSE, make sure the connection close error code is transmitted out to the JavaScript side so the user can know why the connection was closed.
The text was updated successfully, but these errors were encountered: