nghttp3 v1.2.0
What's Changed
- Clarify the behavior when a stream is not found by @tatsuhiro-t in #181
- Fix typo by @tatsuhiro-t in #183
- cmake: restore
ENABLE_STATIC_CRT
andENABLE_ASAN
options by @vszakats in #184 - Migrate to munit form cunit by @tatsuhiro-t in #187
- Pull sfparse via git submodule by @tatsuhiro-t in #188
- Update .gitignore by @tatsuhiro-t in #190
- Update git submodule by @tatsuhiro-t in #189
- Add nghttp3_conn_update_ack_offset by @tatsuhiro-t in #191
- Add include path to munit directory by @tatsuhiro-t in #192
- Bump munit by @tatsuhiro-t in #193
- Shrink nghttp3_stream size by @tatsuhiro-t in #194
- Fix typo by @tatsuhiro-t in #195
- Bump munit by @tatsuhiro-t in #196
- Bump submodules by @tatsuhiro-t in #198
Full Changelog: v1.1.0...v1.2.0
Important
CUnit dependency has been removed. It is replaced with ngtcp2/munit that is managed by git submodule. sfparse is also now managed by git submodule. Run git submodule update --init
before building from git.