litespeed-quic/test
Dmitri Tikhonov 19f667fba5 Release 1.17.14
- [FEATURE] http_client can now collect stats: time to connect, TTFB,
  time to download, requests per seconds, and bandwidth.  See -t flag.

- [BUGFIX] http_client: -B, -K, and -r can be used at the same time.

- [BUGFIX] http_client: do not display cert chain before each request.
  Now this is only done once per connection, if the handshake is
  successful and -a option is given.

- [BUGFIX] Do not wait to dispatch on_close() after reading.  If a
  stream is scheduled to be closed after on_read() callback returns,
  close it immediately instead of waiting until the end of the tick.
  If client creates new request from on_close() event, they will be
  processed in the same tick instead of waiting for the next one.

- [BUGFIX] HEADERS stream is critical: always treat it with highest
  priority.
2019-01-16 15:13:59 -05:00
..
unittests Release 1.17.14 2019-01-16 15:13:59 -05:00
CMakeLists.txt Release 1.17.11 2019-01-03 11:48:45 -05:00
http_client.c Release 1.17.14 2019-01-16 15:13:59 -05:00
prog.c Release 1.17.11 2019-01-03 11:48:45 -05:00
prog.h Release 1.17.11 2019-01-03 11:48:45 -05:00
test_common.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_common.h Release 1.17.11 2019-01-03 11:48:45 -05:00
test_config.h.in If regex.h is not present (Windows), use alternative code 2018-05-18 09:18:06 -04:00