Skip to content

Turn on HTTP/3 version 1; fix server PING and connection close

Compare
Choose a tag to compare
@litespeedtech litespeedtech released this 02 Jun 15:23
· 125 commits to master since this release
  • Enable HTTP/3 v1 by default, drop draft 34.
  • Prevent connection timeout when client does not send PING frame.
  • Close connection ASAP after recieve CONNECTION_CLOSE (issue #284)
  • Do not assert() when decode a trailer.
  • Properly handle GOAWAY frame, do not close the last acknowledged stream.