nghttp3 v1.3.0
What's Changed
- Refactor stream data acknowledgement by @tatsuhiro-t in #200
- Do not call acked_data with 0 length data by @tatsuhiro-t in #201
- Qpack tweak by @tatsuhiro-t in #204
- Avoid assigning zero after memset by @tatsuhiro-t in #205
- Lower decoder stream limit by @tatsuhiro-t in #206
- Workaround llvm issue on github ubuntu runner by @tatsuhiro-t in #207
- apt-get update by @tatsuhiro-t in #208
- Automate release process by @tatsuhiro-t in #210
- autotools: Switch to tar-pax by @tatsuhiro-t in #211
- Add actions/stale by @tatsuhiro-t in #212
- cmake: add BUILD_TESTING, fix MSVC with static + shared by @donny-dont in #213
- Bump munit by @tatsuhiro-t in #214
- CMakeLists(.txt): Add Build Test info on summary by @alagoutte in #216
- Bump munit by @tatsuhiro-t in #217
- Update the link for the Prefix.pdf document by @DD-L in #218
- More words for errors when reading from or writing to a stream by @tatsuhiro-t in #220
- Clarify the use of nghttp3_conn_close_stream by @tatsuhiro-t in #221
New Contributors
Full Changelog: v1.2.0...v1.3.0