quiche icon indicating copy to clipboard operation
quiche copied to clipboard

Quiche drops the packet with the invalid stream id instead of sending CONNECTION_CLOSE

Open goelvidhi opened this issue 4 years ago • 1 comments

When we inject a stream frame with a stream ID larger than the max streams limit advertised by the QUIC library. The library must close the connection, with STREAM_LIMIT_ERROR.

Example (below stream is not permitted by the peer) STREAM[id=1157, off=0, len=100]

Currently, quiche drops the packet with the invalid stream id and keeps sending ping PTO probes.

goelvidhi avatar Jun 16 '20 03:06 goelvidhi

This is a bit of an oldie but I think via other changes and https://github.com/cloudflare/quiche/pull/1244 from @ehaydenr that this was actually fixed. Thoughts?

LPardue avatar Aug 24 '23 02:08 LPardue