Skip to content

Commit

Permalink
use the new error code
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Jan 17, 2025
1 parent 1415809 commit 34e4098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/remote_cid.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void test_received_cid(void)
TEST_RETIRED(0, 2, 4, 1, 3, 6, 7, 5);

/* too many outstanding CIDs in retire queue */
ok(quicly_remote_cid_register(&set, 11, cids[11], CID_LEN, srts[11], 9) == QUICLY_TRANSPORT_ERROR_PROTOCOL_VIOLATION);
ok(quicly_remote_cid_register(&set, 11, cids[11], CID_LEN, srts[11], 9) == QUICLY_ERROR_STATE_EXHAUSTION);

/* pretend as if RCID frames carrying the retired ones were sent and that all have been acked */
set.retired.count = 0;
Expand Down

0 comments on commit 34e4098

Please sign in to comment.