mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.26.1
- [BUGFIX] Migration corner cases: drop or pad over path challenge and response frames when necessary. - Fix stream unit test.
This commit is contained in:
parent
96214405b1
commit
71eb4000ac
11 changed files with 88 additions and 15 deletions
|
@ -1077,10 +1077,10 @@ test_loc_data_rem_RST (struct test_objs *tobjs)
|
|||
assert((stream->sm_qflags & SMQF_SERVICE_FLAGS) == SMQF_FREE_STREAM);
|
||||
}
|
||||
|
||||
const unsigned expected_nread = stream->sm_bflags & SMBF_IETF ? 100 : 200;
|
||||
lsquic_stream_destroy(stream);
|
||||
assert(TAILQ_EMPTY(&tobjs->conn_pub.service_streams));
|
||||
|
||||
const unsigned expected_nread = stream->sm_bflags & SMBF_IETF ? 100 : 200;
|
||||
assert(expected_nread == tobjs->conn_pub.cfcw.cf_max_recv_off);
|
||||
assert(expected_nread == tobjs->conn_pub.cfcw.cf_read_off);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue