We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library is not adding the HTTPResponse once we send off the request via the SendHandler. Look at the original aws-sdk-go for an example:
aws-sdk-go
https://github.com/aws/aws-sdk-go/blob/main/aws/corehandlers/handlers.go#L112
The text was updated successfully, but these errors were encountered:
@ktseytlin @kevinchristen
Can you guys provide some input on this?
I have other handlers that rely on HTTPResponse to be there and unfortunately this is not including it.
HTTPResponse
related: newrelic/go-agent#287
Sorry, something went wrong.
DAX does not use HTTP. Can you give us more information about how your application relies on the response?
Thank you for responding back. There is a library (NewRelic) I'm using for tracing that relies on that field to be populated. Here is the code:
https://github.com/newrelic/go-agent/blob/master/_integrations/nrawssdk/v1/nrawssdk.go#L26-L29
No branches or pull requests
This library is not adding the HTTPResponse once we send off the request via the SendHandler. Look at the original
aws-sdk-go
for an example:https://github.com/aws/aws-sdk-go/blob/main/aws/corehandlers/handlers.go#L112
The text was updated successfully, but these errors were encountered: