Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
added another EOL to end of a test file, no logical changes.
v0.5.12 Added another stupid EOL to the end of a file. (#257)
Make sure connection manager tests are marked as net tests.
Plz net test ur net tests (#256) Make these tests net tests.
Fix ancient and deprecated compiler builds
v0.5.10 Added pointless enum intializer to appease a crappy compiler we shoul…
Idle connection culling
- Adds support for idle connection culling in the connection manager
Fixed exported symbols
h2 ping high res clock instad of sys clock (#254) Use high resolution clock instead of system clock to avoid the possible system clock changing.
Rhel5 build fixes, fixed todo's in test h2 client
Fixed todos in test h2 client (#241)
Remaining TODOs in client_test:
h2_client_conn_err_stream_frames_received_long_after_closing: upcoming PR for removing entries from closed_streams_where_frames_might_trickle_in
h2_client_stream/conn_err_flow_control: After we get APIs for user to change setting.
h2_client_send_goaway_with_push_promises: After we fully support PUSH_PROMISE
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)