Skip to content

Version 2.7.910

Compare
Choose a tag to compare
@Ousret Ousret released this 22 May 05:33
· 6 commits to main since this release
8c34ee1

2.7.910 (2024-05-22)

  • Removed workaround for a bug that existed in qh3 < 1.0 with cryptography in a concurrent (thread) environment.
  • Avoid loading qh3 at runtime in order to improve import delay. It was used to probe HTTP/3 support. We compute it lazily from now on.
  • Added the possibility to use the preemptive_quic_cache MutableMapping to exclude endpoints.
    If your implementation discard the recently set key/entry it will prevent the connection from upgrading itself.