Skip to content

Releases: awslabs/aws-c-http

Window update fix and additional tests

02 May 01:13
3e4eb7c

Choose a tag to compare

Pre-release
v0.2.3

Added unit tests for TLS negotiation failure and download of a medium…

ALPN is more permissive for http 1.1to support custom protocol strings that aren't restricted by the spec.

16 Apr 20:04
232d38d

Choose a tag to compare

v0.2.2

Fallback for ALPN is now http 1.1. We'll likely change this up a bit …

bad connection detection mechanism.

10 Apr 23:08
5c8b3e0

Choose a tag to compare

Pre-release
v0.2.1

Actually commited changes this time. (#31)

Http improvements, better shutdown control, and global init/shutdown functions.

05 Apr 00:31
3c0cbee

Choose a tag to compare

Partially fix connection_setup_shutdown test (#28)

Fix some race-conditions in test, but leave it commented out.
There are still server-bootstrap shutdown issues that appear regularly in x86 builds.

Mostly working Http 1.1 implementation. Tagging so we can start playing around with bindings.

27 Mar 19:02
12c4130

Choose a tag to compare

v0.1.0

User can initiate a connection close. (#22)