quic icon indicating copy to clipboard operation
quic copied to clipboard

Did not close the connection when the clients send new connection IDs that exceeded the active_connection_id_limit.

Open QUICTester opened this issue 11 months ago • 0 comments

Hi,

During testing commit b7b5dadb, We tried to send 1000 NEW_CONNECTION_ID frames to the Quiwi server and discovered that the Quiwi server does not close the connection when the client sends new connection IDs that exceed its active_connection_id_limit transport parameter.

According to RFC 9000, if the number of active connection IDs an endpoint receives from its peer exceeds the value advertised in its active_connection_id_limit transport parameter, the server MUST close the connection with an error of type CONNECTION_ID_LIMIT_ERROR.

QUICTester avatar Jul 19 '23 06:07 QUICTester