nghttp3 v1.9.0
What's Changed
- Remove unused nghttp3_pq_each by @tatsuhiro-t in #327
- Add tests by @tatsuhiro-t in #330
- Simplify tests with helper functions by @tatsuhiro-t in #331
- Add a CMake option to support disabling the popcnt instruction by @BombaxCeiba in #325
- clang-format by @tatsuhiro-t in #332
- Amend #330 by @tatsuhiro-t in #333
- nghttp3_stream_update_ack_offset: Remove unreachable code by @tatsuhiro-t in #334
- Simplify by @tatsuhiro-t in #335
- Remove outq_offset from nghttp3_stream by @tatsuhiro-t in #336
- Add tests by @tatsuhiro-t in #337
- Amend #337 removing unnecessary casts by @tatsuhiro-t in #338
- Do not ack 0-byte vector with fin which has not been handed out by @tatsuhiro-t in #339
- Add tests for rx http state by @tatsuhiro-t in #340
- Assertions fix by @tatsuhiro-t in #341
- Set initial rx http state on stream creation by @tatsuhiro-t in #342
- Fix fuzzer failure by @tatsuhiro-t in #343
- examples: Add missing defined() in comment by @tatsuhiro-t in #344
- Add more HTTP header related tests by @tatsuhiro-t in #345
- Add a test for server push by @tatsuhiro-t in #348
- tests: Share nva by @tatsuhiro-t in #349
- Add security policy by @tatsuhiro-t in #350
- Add tests for nghttp3_conn_submit_info by @tatsuhiro-t in #351
- Amend #349 by @tatsuhiro-t in #352
- Read varint by @tatsuhiro-t in #353
- GHA: Replace macos-13 with macos-15 by @tatsuhiro-t in #354
New Contributors
- @BombaxCeiba made their first contribution in #325
Full Changelog: v1.8.0...v1.9.0