Did not close the connection when the clients send new connection IDs that exceeded the active_connection_id_limit.
QUICTester opened this issue · 0 comments
QUICTester commented
Hi,
During testing commit b7b5dad, 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.