Skip to content

Client 0-RTT support; bug fixes

Compare
Choose a tag to compare
@litespeedtech litespeedtech released this 13 Oct 16:46
· 190 commits to master since this release
  • [FEATURE] IETF Client 0-RTT support.
  • [BUGFIX] Do not schedule MTU probe on first tick.
  • [BUGFIX] Parsing DATAGRAM frame.
  • [BUGFIX] If push promise fails, do not invoke hset destructor.
  • [BUGFIX] Client: When connections are IDed by port number, check DCID. Fixes issue #176.
  • [BUGFIX] Regression introduced in 2.22.0: use correct number of PNSs for IETF mini conn during promotion.
  • Revert the 2.22.1 lsquic_is_valid_hs_packet change. All that was necessary is a change to the way we call it in lsquic_engine. No change to the function itself is required.