mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
19f667fba5
- [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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
graph_cubic.c | ||
test_ackgen_gquic_be.c | ||
test_ackgen_gquic_le.c | ||
test_ackparse_gquic_be.c | ||
test_ackparse_gquic_le.c | ||
test_alarmset.c | ||
test_arr.c | ||
test_attq.c | ||
test_blocked_gquic_be.c | ||
test_blocked_gquic_le.c | ||
test_buf.c | ||
test_conn_close_gquic_be.c | ||
test_conn_close_gquic_le.c | ||
test_conn_hash.c | ||
test_cubic.c | ||
test_dec.c | ||
test_di_nocopy.c | ||
test_elision.c | ||
test_engine_ctor.c | ||
test_export_key.c | ||
test_frame_chop.c | ||
test_frame_reader.c | ||
test_frame_rw.c | ||
test_frame_writer.c | ||
test_goaway_gquic_be.c | ||
test_goaway_gquic_le.c | ||
test_hkdf.c | ||
test_lsquic_hash.c | ||
test_malo.c | ||
test_packet_out.c | ||
test_packno_len.c | ||
test_parse_packet_in.c | ||
test_quic_be_floats.c | ||
test_quic_le_floats.c | ||
test_rechist.c | ||
test_reg_pkt_headergen.c | ||
test_rst_stream_gquic_be.c | ||
test_rst_stream_gquic_le.c | ||
test_rtt.c | ||
test_senhist.c | ||
test_set.c | ||
test_sfcw.c | ||
test_some_packets.c | ||
test_spi.c | ||
test_stop_waiting_gquic_be.c | ||
test_stop_waiting_gquic_le.c | ||
test_stream.c | ||
test_streamgen.c | ||
test_streamparse.c | ||
test_ver_nego.c | ||
test_wuf_gquic_be.c | ||
test_wuf_gquic_le.c |