Skip to content

Releases: awslabs/aws-c-http

Connection: close header support

31 Oct 22:50
0d8d673

Choose a tag to compare

Pre-release
Respond to "Connection: close" header (#157)

Presence of request or response with "Connection: close" header will make that the final stream before the connection shuts down.

fix shared lib build, code clean up

29 Oct 23:02
79ecf04

Choose a tag to compare

Pre-release
Fixed missing exports of h1 connection. (#156)

* Fixed missing exports of h1 connection.

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

25 Oct 19:47
43154e0

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

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

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

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

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

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

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

Choose a tag to compare

Manager proxy (#127)

* connection manager proxy configuration
* websocket proxy configuration