awslabs / aws-crt-cpp

C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Apache License 2.0
76 stars 67 forks source link

Fix websocket shutdown behavior (submodule updates) #650

Closed graebm closed 2 months ago

graebm commented 2 months ago

Update submodules, bringing in this fix: https://github.com/awslabs/aws-c-http/pull/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

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.