litespeed-quic/test
Dmitri Tikhonov 14e3680d6b Release 1.14.0
- [API Change] Disable packet sending if full batch cannot be sent
  If lsquic_packets_out_f() cannot send the whole batch, disable
  packet sending until lsquic_engine_send_unsent_packets() is called.
- [BUGFIX] Handle case when STREAM frame does not fit.
- [BUGFIX] Always allow incoming STREAM frames to overlap.  Peers
  may send overlapping STREAM frames even if using versions older
  than Q043.
- Custom header set fixes:
  - set "FIN reached" flag when custom header with FIN flag is
    claimed;
  - do not return custom header set for a reset stream.
2018-09-06 14:05:15 -04:00
..
unittests Release 1.14.0 2018-09-06 14:05:15 -04:00
CMakeLists.txt If regex.h is not present (Windows), use alternative code 2018-05-18 09:18:06 -04:00
http_client.c 1.13.0: [FEATURE, API Change] HTTP header bypass 2018-08-28 09:59:47 -04:00
prog.c Release 1.14.0 2018-09-06 14:05:15 -04:00
prog.h Latest changes 2018-07-10 11:51:45 -04:00
test_common.c Release 1.14.0 2018-09-06 14:05:15 -04:00
test_common.h [FEATURE, API CHANGE] Support zero-sized CIDs in received packets 2018-05-30 00:15:35 -04:00
test_config.h.in If regex.h is not present (Windows), use alternative code 2018-05-18 09:18:06 -04:00