Spurious connection closure visible if we examine this log:
5d551e5889570abe_client_server_qlog.zip
and client log says: [20276388, 0, "info", "message", { "message": "Protocol error 0x5, frame 0, reason: ?"}],
0x5 stands for #define PICOQUIC_TRANSPORT_STREAM_STATE_ERROR (0x5) this means my application trys to send data on a closed stream or unique direction stream ? How can I known which stream caused this error from the qlog?
(Originally reported by @alex-cheung92 in issue #1993)
Spurious connection closure visible if we examine this log:
5d551e5889570abe_client_server_qlog.zip
and client log says: [20276388, 0, "info", "message", { "message": "Protocol error 0x5, frame 0, reason: ?"}],
0x5 stands for #define PICOQUIC_TRANSPORT_STREAM_STATE_ERROR (0x5) this means my application trys to send data on a closed stream or unique direction stream ? How can I known which stream caused this error from the qlog?
(Originally reported by @alex-cheung92 in issue #1993)