-
Notifications
You must be signed in to change notification settings - Fork 17
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
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
4 files
+1 −0 | include/aws/auth/private/aws_signing.h | |
+1 −0 | include/aws/auth/signing_config.h | |
+41 −19 | source/aws_signing.c | |
+25 −0 | source/signing_config.c |
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-io
updated
3 files
+1 −1 | include/aws/io/retry_strategy.h | |
+1 −1 | source/exponential_backoff_retry_strategy.c | |
+2 −4 | source/pkcs11_tls_op_handler.c |
Submodule aws-c-sdkutils
updated
8 files