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 Sep 3, 2024. It is now read-only.
If a s stream is corrupted, the stream should be reset and callback called to notify libquicr.
2023-09-12T15:30:04.336172 [WARNING] [CMGR] [QSES] [QUIC] on_recv_stream_bytes is less than 5, cannot process sid: 12
2023-09-12T15:30:04.336229 [WARNING] [CMGR] [QSES] [QUIC] on_recv_stream_bytes sid: 12 data length is too large: 2045862489
2023-09-12T15:30:04.336242 [WARNING] [CMGR] [QSES] [QUIC] on_recv_stream_bytes sid: 12 data length is too large: 3458098177
2023-09-12T15:30:04.336254 [WARNING] [CMGR] [QSES] [QUIC] on_recv_stream_bytes sid: 12 data length is too large: 3702014047
Add reset with reason
Add transport api callback on_stream_status()
Add Stream status
When libquicr receives close or reset, clear the current stream but do not try to close it again with transport close stream. After cleaning up old stream, create a new stream to replace the old.
The text was updated successfully, but these errors were encountered:
If a s stream is corrupted, the stream should be reset and callback called to notify libquicr.
on_stream_status()
The text was updated successfully, but these errors were encountered: