-
Notifications
You must be signed in to change notification settings - Fork 27
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-http
updated
22 files
+1 −1 | .github/workflows/ci.yml | |
+6 −4 | .github/workflows/clang-format.yml | |
+0 −47 | format-check.py | |
+24 −0 | format-check.sh | |
+1 −4 | include/aws/http/connection.h | |
+0 −14 | include/aws/http/connection_manager.h | |
+1 −3 | include/aws/http/private/h2_frames.h | |
+7 −7 | include/aws/http/proxy.h | |
+1 −3 | include/aws/http/request_response.h | |
+4 −9 | include/aws/http/server.h | |
+1 −61 | source/connection_manager.c | |
+1 −1 | source/http.c | |
+0 −1 | tests/CMakeLists.txt | |
+0 −48 | tests/test_connection_manager.c | |
+5 −5 | tests/test_h1_client.c | |
+1 −4 | tests/test_h2_client.c | |
+1 −2 | tests/test_h2_encoder.c | |
+1 −2 | tests/test_h2_headers.c | |
+1 −4 | tests/test_localhost_integ.c | |
+1 −4 | tests/test_message.c | |
+1 −4 | tests/test_stream_manager.c | |
+1 −3 | tests/test_websocket_handler.c |