awslabs / aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing.
Apache License 2.0
40 stars 30 forks source link

aws_signable refcounts request #216

Closed graebm closed 10 months ago

graebm commented 10 months ago

Fix bug where aws_signable_new_http_request() was keeping a pointer to to the request, but wasn't refcounting it.

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