litespeed-quic/test
Dmitri Tikhonov 936463fe29 Release 2.7.1
- [BUGFIX] client: don't call ignore_init() in middle of batch send.
  ignore_init() makes an assumption that the send controller has access
  to all outgoing packets.  This change wraps a few IETF full connection
  methods to delay calling ignore_init() until the engine returns all
  outgoing packets that were batched.
- [BUGFIX] set errno to EAGAIN if sendmmsg() can't send all of them.
  This needs to be done because the value of errno may be lost on
  some platforms.
- [BUGFIX] Typo that set all bits in sm_qflags lead to crashes.
- [BUGFIX] Do not cancel header block processing after failure, as
  QPACK releases the reference in that case.
- [CLEANUP] IETF encrypt: replace assert(0) with a warning.
- Several small improvements to the test server.
2019-12-05 08:44:25 -05:00
..
unittests Release 2.6.6 2019-11-20 11:43:10 -05:00
CMakeLists.txt Release 2.2.0: server included, ID-22 supported (#76) 2019-09-11 11:27:58 -04:00
echo_client.c Release 2.4.7 2019-10-15 17:04:14 -04:00
echo_server.c Release 2.4.7 2019-10-15 17:04:14 -04:00
http_client.c Release 2.4.7 2019-10-15 17:04:14 -04:00
http_server.c Release 2.7.1 2019-12-05 08:44:25 -05:00
md5_client.c Release 2.4.7 2019-10-15 17:04:14 -04:00
md5_server.c Release 2.4.7 2019-10-15 17:04:14 -04:00
prog.c Release 2.7.1 2019-12-05 08:44:25 -05:00
prog.h Release 2.2.0: server included, ID-22 supported (#76) 2019-09-11 11:27:58 -04:00
test_cert.c Release 2.6.0 2019-11-07 16:19:03 -05:00
test_cert.h Release 2.2.0: server included, ID-22 supported (#76) 2019-09-11 11:27:58 -04:00
test_common.c Release 2.7.1 2019-12-05 08:44:25 -05:00
test_common.h Release 2.4.6 2019-10-11 08:24:24 -04:00
test_config.h.in Release 2.2.0: server included, ID-22 supported (#76) 2019-09-11 11:27:58 -04:00