-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix websocket shutdown behavior (submodule updates) (#650)
Update submodules, bringing in this fix: awslabs/aws-c-http#483 ``` aws-c-common v0.9.26 -> v0.9.27 aws-c-event-stream v0.4.2 -> v0.4.3 aws-c-http v0.8.7 -> v0.8.8 ```
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
3 files
+19 −4 | cmake/AwsCheckHeaders.cmake | |
+1 −1 | include/aws/common/array_list.inl | |
+8 −1 | include/aws/common/math.inl |
Submodule aws-c-event-stream
updated
6 files
+12 −3 | .github/workflows/ci.yml | |
+4 −8 | .github/workflows/clang-format.yml | |
+7 −4 | .github/workflows/stale_issue.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+4 −2 | include/aws/event-stream/event_stream.h |
Submodule aws-c-http
updated
3 files
+61 −64 | source/websocket.c | |
+1 −0 | tests/CMakeLists.txt | |
+32 −0 | tests/test_websocket_handler.c |