Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
Moved connection manager tests to net_test
v0.4.6 Moved connection manager tests to net tests, even though some don't n…
fixed mixed static/shared builds.
v0.4.5 Fixed dll/.a hell in the same build closure. (#146)
LTO support for Clang/GCC
v0.4.4 aws_http_header_type -> aws_http_header_block (#143)
Connection manager shutdown callback + edge cases
Connection manager shutdown callback support (#136) * Connection manager shutdown callback support * Dummy change to trigger CI
Library init/cleanup
v0.4.2 Const options (#131)
Manager fixes + proxy configuration additions
Manager proxy (#127) * connection manager proxy configuration * websocket proxy configuration
"H1B" API revamp
Merge pull request #125 from awslabs/h1b Merge H1B to master
HPACK error handling
v0.3.3 trivial hpack error handling (#121)
Fix error info
Remove invalid entry from error info list.
Logging refactor
Update for logging move (#92) * Update for logging move