Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
HTTP/2 Stream Manager dead lock fix
What's Changed
Full Changelog: v0.6.18...v0.6.19
HTTP/2 Stream Manager new functions
HTTP/2 stream write data and more
What's Changed
- Stream manager test with body by @TingDaoK in #376
- Added aws_http2_stream_write_data, allowing H2 data frames to be written at any time by @justinboswell in #338
- H2 monitor by @TingDaoK in #377
Full Changelog: v0.6.16...v0.6.17
Metric API for manager and more
Adapt new input stream API
What's Changed
- Silence "variable set but not used" warnings by @graebm in #374
- refcount input stream by @TingDaoK in #342
Full Changelog: v0.6.14...v0.6.15
HTTP/2 Stream Manager Takes initial settings now
What's Changed
- Update to latest builder by @bretambrose in #368
- Fix our CI ignores branches that have "/" in name by @TingDaoK in #371
- Flow control window update by @TingDaoK in #372
- HTTP/2 integration tests - Part 1 by @TingDaoK in #365
Full Changelog: v0.6.13...v0.6.14
Bug fix for http/2 tests
- mark h2 tests as net tests
Bug fix for connection manager refcount issue
- Bugfix: the refcount for connection manager will pop up from zero in some situation from the culling task, which will cause destroy to happen twice and crash.
HTTP/2 Stream Manager
- Introduce HTTP/2 stream manager
HTTP/2 Message support
- Support HTTP/2 message type, instead of translating all the request to HTTP/2 format
- BUGFIX: raise proper error when reaching max concurrent stream.