litespeed-quic/test/unittests
Dmitri Tikhonov 4d83f5bd45 Release 1.17.15
- [BUGFIX] http_client: make sure only one read per on_read() callback
  is performed in the header conversion bypass (-B) mode.
- http_client: with -E, assign random priority when stream is created.
- [OPTIMIZATION] On immediate write, place an ACK frame into the first
  buffered packet if an ACK is queued.  This reduces the number of
  standalone ACK packets.
- [OPTIMIZATION] Allow placing more than one STREAM frame from the same
  stream into an outgoing packet.  This change minimizes the number of
  buffered packets required to store several small HTTP messages by
  virtue of allowing more than one STREAM frame from HEADERS stream in
  the same packet.
- [OPTIMIZATION] Flush headers when writing to buffered packets.  This
  causes the headers to be written to the same buffered packet queue,
  thereby improving packet utilization, especially for small HTTP
  messages.
2019-01-21 09:07:02 -05:00
..
CMakeLists.txt Release 1.17.11 2019-01-03 11:48:45 -05:00
graph_cubic.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_ackgen_gquic_be.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_ackgen_gquic_le.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_ackparse_gquic_be.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_ackparse_gquic_le.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_alarmset.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_arr.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_attq.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_blocked_gquic_be.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_blocked_gquic_le.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_buf.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_conn_close_gquic_be.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_conn_close_gquic_le.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_conn_hash.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_cubic.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_dec.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_di_nocopy.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_elision.c Release 1.17.15 2019-01-21 09:07:02 -05:00
test_engine_ctor.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_export_key.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_frame_chop.c Release 1.17.14 2019-01-16 15:13:59 -05:00
test_frame_reader.c Release 1.17.14 2019-01-16 15:13:59 -05:00
test_frame_rw.c Release 1.17.14 2019-01-16 15:13:59 -05:00
test_frame_writer.c Release 1.17.14 2019-01-16 15:13:59 -05:00
test_goaway_gquic_be.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_goaway_gquic_le.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_hkdf.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_lsquic_hash.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_malo.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_packet_out.c Release 1.17.15 2019-01-21 09:07:02 -05:00
test_packno_len.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_parse_packet_in.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_quic_be_floats.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_quic_le_floats.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_rechist.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_reg_pkt_headergen.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_rst_stream_gquic_be.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_rst_stream_gquic_le.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_rtt.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_senhist.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_set.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_sfcw.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_some_packets.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_spi.c Release 1.17.14 2019-01-16 15:13:59 -05:00
test_stop_waiting_gquic_be.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_stop_waiting_gquic_le.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_stream.c Release 1.17.15 2019-01-21 09:07:02 -05:00
test_streamgen.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_streamparse.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_ver_nego.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_wuf_gquic_be.c Release 1.17.11 2019-01-03 11:48:45 -05:00
test_wuf_gquic_le.c Release 1.17.11 2019-01-03 11:48:45 -05:00