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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: