Skip to content

Init fix and experimental HTTP/3 support

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 04:34
· 223 commits to master since this release

Fixed

  • Upgrade curl to 0.4.30 to mitigate potential init-on-non-main-thread with certain TLS engines on certain platforms. (#189) @sagebind

Added

  • Allow for experimental HTTP/3 support in libcurl. (This does not enable HTTP/3 support, it just merely allows it if libcurl is compiled with it.) (#185) @sagebind

Dependency Updates