Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
Connection manager now ensures connections are vended in that connection's thread.
Pre-release
v0.5.6 Connection setup callback from connection manager is now guaranteed t…
HTTP2 connection supported
We support HTTP2 connection as a client now! Integration test passed.
Another visibility fix
Add visibility macro to aws_http_stream_get_id
Visibility fix for internal import
- fixes a missing visibility macro preventing internal import (dll build failure)
Android cross compile support
H2 setting frame (#206) * Setting frames in connection * bug_fix * Debug * decoder_settings * encoder_settings * Unit_test_built * clang format * consistance between code * delete unused value * add buffer_list for settings * windows cannot build fuzz test.. * clang format * update based on mike's comments * clang format Co-authored-by: Dengke Tang <[email protected]>
Breaking API change. You must call aws_http_stream_activate() after aws_http_connection_make_request(). Back pressure is now a connection wide setting and not controlled at the stream level.
Pre-release
v0.5.1 Streams now have to be activated. This works around a race condition …
Test fixes
Fixes a variety of tests
Fixed windows warning
Enabled compilation on VS 2015 (#196) * Enabled compilation on VS 2015 * Fix VS narrowing warning * Updated to v0.5.3 of builder
Added controls for read-back pressure
Fix bug when new request has same memory address as old request. (#195) As seen in real life
Fix for stats when monitoring is disabled
v0.4.25 Fixing monitoring options being passed onto connection when invalid (…