Release 2.24.1

- [API] Allow use of ea_get_ssl_ctx() on the client (optional).  PR #186.
- [BUGFIX] Expand datagram with ack-eliciting Initial to 1200 bytes
  after connection promotion.
- [BUGFIX] Discard CRYPTO frames from lower encryption levels after
  connection promotion.
- [BUGFIX] Cancel path response if path could not be initialized.
This commit is contained in:
Dmitri Tikhonov 2020-11-04 10:27:50 -05:00
parent b0dd78b841
commit e85d2854d3
6 changed files with 40 additions and 8 deletions

View file

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'2.24'
# The full version, including alpha/beta/rc tags
release = u'2.24.0'
release = u'2.24.1'
# -- General configuration ---------------------------------------------------