aws / aws-dax-go

AWS DAX SDK for the Go programming language. https://aws.amazon.com/dynamodb/dax
Apache License 2.0
47 stars 48 forks source link

Fixes context leak in requestOptions #50

Open katul979 opened 11 months ago

katul979 commented 11 months ago

Issue #, if available:

Description of changes: Invoking the context cancel function on error in requestOptions to fix context leak.

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