Skip to content

Releases: awslabs/aws-c-http

Fixed content-length=0 being treated as illegal for bodyless messages.

25 Oct 19:47
43154e0
Compare
Choose a tag to compare
v0.4.8

Fixed error condition for when content-length=0 is set on a response …

Integration tests support aws-crt-python

03 Oct 22:55
6a8a891
Compare
Choose a tag to compare
v0.4.7

changes to support testing aws-crt-python/elasticurl.py (#148)

Moved connection manager tests to net_test

17 Sep 20:21
d418f4b
Compare
Choose a tag to compare
v0.4.6

Moved connection manager tests to net tests, even though some don't n…

fixed mixed static/shared builds.

16 Sep 19:24
3d10d09
Compare
Choose a tag to compare
Pre-release
v0.4.5

Fixed dll/.a hell in the same build closure. (#146)

LTO support for Clang/GCC

11 Sep 17:26
8c3e1a9
Compare
Choose a tag to compare
Pre-release
v0.4.4

aws_http_header_type -> aws_http_header_block (#143)

Connection manager shutdown callback + edge cases

03 Sep 19:16
4aabeb4
Compare
Choose a tag to compare
Connection manager shutdown callback support (#136)

* Connection manager shutdown callback support

* Dummy change to trigger CI

Library init/cleanup

22 Aug 20:14
459d483
Compare
Choose a tag to compare
Library init/cleanup Pre-release
Pre-release
v0.4.2

Const options (#131)

Manager fixes + proxy configuration additions

19 Aug 17:37
de1ed16
Compare
Choose a tag to compare
Manager proxy (#127)

* connection manager proxy configuration
* websocket proxy configuration

"H1B" API revamp

14 Aug 23:18
1550f23
Compare
Choose a tag to compare
"H1B" API revamp Pre-release
Pre-release
Merge pull request #125 from awslabs/h1b

Merge H1B to master

HPACK error handling

01 Aug 18:02
92655c4
Compare
Choose a tag to compare
HPACK error handling Pre-release
Pre-release
v0.3.3

trivial hpack error handling (#121)