Skip to content

0-RTT support; bug fixes; Windows works again

Compare
Choose a tag to compare
@litespeedtech litespeedtech released this 04 Feb 18:10
· 364 commits to master since this release
  • [FEATURE, API Change] 0-RTT support. Add function to export 0-RTT information; it can be supplied to a subsequent connect() call.
  • [FEATURE] Add -0 flag to http_client to exercise 0-RTT support.
  • [BUGFIX] Resuscitate the Windows build.
  • [BUGFIX] Send HTTP settings (max header list size) if necessary.
  • [BUGFIX] Buffered packets can contain ACK frames.
  • [BUGFIX] Make packet writeable once all STREAM frames are elided.
  • [BUGFIX] Fix potential null dereference when realloc fails.
  • cmake: simplify build configuration.