mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.18.0
- [API] Rename "0-RTT" to "session resumption." In IETF QUIC, "0-RTT" always refers to early data, meaning a request that the server can reply to in the very first return flight. A more appropriate name for what we support on the client site is "session resumption," which is standard TLS terminology. Later, when we add support for 0-RTT (early data), we can use the 0-RTT terminology again, this time in proper context. - [BUGFIX] Do not set certificate callback if ea_lookup_cert is NULL. - [BUGFIX] Make connection tickable when it's marked as closed. - [BUGFIX] Fail certificate lookup if SNI is not present in HTTP mode. - Several documentation fixes and improvements. - Minor code cleanup.
This commit is contained in:
parent
da99665b1c
commit
7483dee074
26 changed files with 359 additions and 273 deletions
|
@ -44,7 +44,7 @@ main (void)
|
|||
|
||||
lsquic_qlog_packet_rx(&cid, NULL, NULL, 0);
|
||||
lsquic_qlog_hsk_completed(&cid);
|
||||
lsquic_qlog_zero_rtt(&cid);
|
||||
lsquic_qlog_sess_resume(&cid);
|
||||
lsquic_qlog_check_certs(&cid, NULL, 0);
|
||||
|
||||
lsquic_qlog_version_negotiation(&cid, NULL, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue