The aws_http_connection_manager_release_connection can lead to the callback to be invoked from the same thread, which will lead to a dead lock as we invoked it within a lock.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
aws_http_connection_manager_release_connection
can lead to the callback to be invoked from the same thread, which will lead to a dead lock as we invoked it within a lock.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.