Commit 274da7f
committed
Submodule aws-c-http updated 24 files
- .github/workflows/ci.yml+6-5
- bin/elasticurl/main.c+160-2
- include/aws/http/http.h+1
- include/aws/http/http2_stream_manager.h+10-2
- include/aws/http/private/h1_encoder.h+20-1
- include/aws/http/private/h1_stream.h+30
- include/aws/http/private/h2_stream.h+1
- include/aws/http/private/http2_stream_manager_impl.h+32-8
- include/aws/http/private/request_response_impl.h+1-3
- include/aws/http/request_response.h+129-25
- source/h1_connection.c+16-4
- source/h1_encoder.c+184-8
- source/h1_stream.c+177-2
- source/h2_stream.c+11-5
- source/http.c+3
- source/http2_stream_manager.c+112-13
- source/request_response.c+17-2
- tests/CMakeLists.txt+24
- tests/stream_test_helper.c+8
- tests/stream_test_helper.h+6
- tests/test_h1_client.c+595-1
- tests/test_h1_encoder.c+12-6
- tests/test_h2_client.c+348-2
- tests/test_stream_manager.c+147-1
- .github/workflows/ci.yml+13-13
- .github/workflows/codecov.yml+1-1
- include/aws/s3/private/s3_checksums.h+1-1
- include/aws/s3/private/s3_default_buffer_pool.h+18
- include/aws/s3/private/s3_request.h+9-2
- include/aws/s3/s3_client.h+1-1
- source/s3_auto_ranged_get.c+4
- source/s3_auto_ranged_put.c+32-30
- source/s3_checksums.c+1-2
- source/s3_client.c+7-2
- source/s3_default_buffer_pool.c+120-60
- source/s3_meta_request.c+12-3
- source/s3_request.c+8
- tests/CMakeLists.txt+2
- tests/fuzz/fuzz_buffer_pool_special_size.c+19-7
- tests/s3_data_plane_tests.c-1
- tests/s3_default_buffer_pool_tests.c+113
0 commit comments