-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aws-c-http
updated
11 files
+1 −0 | include/aws/http/private/h1_stream.h | |
+1 −0 | include/aws/http/private/request_response_impl.h | |
+12 −0 | include/aws/http/request_response.h | |
+28 −0 | source/h1_connection.c | |
+2 −2 | source/h1_encoder.c | |
+1 −0 | source/h1_stream.c | |
+31 −9 | source/h2_stream.c | |
+4 −0 | source/request_response.c | |
+2 −0 | tests/CMakeLists.txt | |
+56 −0 | tests/test_h1_client.c | |
+43 −0 | tests/test_h2_client.c |
Submodule aws-c-s3
updated
15 files
+12 −1 | include/aws/s3/private/s3_meta_request_impl.h | |
+9 −0 | include/aws/s3/private/s3_request.h | |
+5 −0 | include/aws/s3/private/s3_util.h | |
+1 −5 | include/aws/s3/s3_client.h | |
+6 −1 | source/s3_auto_ranged_get.c | |
+131 −169 | source/s3_auto_ranged_put.c | |
+11 −1 | source/s3_copy_object.c | |
+8 −0 | source/s3_default_meta_request.c | |
+148 −145 | source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c | |
+112 −11 | source/s3_meta_request.c | |
+20 −13 | source/s3_request.c | |
+24 −0 | source/s3_util.c | |
+3 −0 | tests/CMakeLists.txt | |
+117 −28 | tests/s3_cancel_tests.c | |
+7 −13 | tests/s3_data_plane_tests.c |
Submodule aws-lc
updated
from 444e47 to dc4e28
Submodule s2n
updated
from 965bde to a9a07a