Skip to content

Releases: awslabs/aws-c-http

Allow mix of static and shared libs

24 Aug 20:27
f81ee94
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Split up hpack.c by @graebm in #385
  • Proposal for moving websocket frame write completions from on-send-downstream to on-socket-write-completion by @bretambrose in #367
  • fallback for target load by @TingDaoK in #387

Full Changelog: v0.6.19...v0.6.20

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