-
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.
Update submodule: fix connection shutdown with buffered data (#813)
- 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
9 files
+14 −0 | include/aws/http/connection_manager.h | |
+2 −0 | include/aws/http/http.h | |
+9 −1 | include/aws/http/private/h1_connection.h | |
+155 −47 | source/connection_manager.c | |
+68 −9 | source/h1_connection.c | |
+6 −0 | source/http.c | |
+6 −0 | tests/CMakeLists.txt | |
+82 −2 | tests/test_connection_manager.c | |
+214 −0 | tests/test_h1_client.c |