Skip to content

Releases: awslabs/aws-c-http

HTTP/2 Stream Manager dead lock fix

21 Jul 23:13
30230be
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.6.18...v0.6.19

HTTP/2 Stream Manager new functions

15 Jul 20:16
c8fc870
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.6.17...v0.6.18

HTTP/2 stream write data and more

04 Jun 00:57
aadc57a
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.6.16...v0.6.17

Metric API for manager and more

19 May 17:49
73af2aa
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.6.15...v0.6.16

Adapt new input stream API

27 Apr 16:45
b76ebf2
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.6.14...v0.6.15

HTTP/2 Stream Manager Takes initial settings now

20 Apr 20:56
9c61700
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.13...v0.6.14

Bug fix for http/2 tests

23 Mar 01:03
3f8ffda
Compare
Choose a tag to compare
Pre-release
  • mark h2 tests as net tests

Bug fix for connection manager refcount issue

11 Mar 00:27
f686b89
Compare
Choose a tag to compare
  • 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

08 Feb 23:24
ad7d98c
Compare
Choose a tag to compare
HTTP/2 Stream Manager Pre-release
Pre-release
  • Introduce HTTP/2 stream manager

HTTP/2 Message support

03 Nov 23:22
0426a06
Compare
Choose a tag to compare
Pre-release
  • Support HTTP/2 message type, instead of translating all the request to HTTP/2 format
  • BUGFIX: raise proper error when reaching max concurrent stream.