-
Notifications
You must be signed in to change notification settings - Fork 43
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
18 files
Submodule aws-c-http
updated
14 files
+5 −15 | .github/workflows/ci.yml | |
+0 −3 | .github/workflows/stale_issue.yml | |
+0 −14 | include/aws/http/connection_manager.h | |
+0 −2 | include/aws/http/http.h | |
+2 −14 | include/aws/http/private/h1_connection.h | |
+47 −155 | source/connection_manager.c | |
+23 −123 | source/h1_connection.c | |
+0 −6 | source/http.c | |
+0 −5 | source/websocket.c | |
+0 −7 | tests/CMakeLists.txt | |
+3 −0 | tests/test_connection.c | |
+2 −82 | tests/test_connection_manager.c | |
+0 −214 | tests/test_h1_client.c | |
+36 −135 | tests/test_tls.c |