aws-dax-go
                                
                                
                                
                                    aws-dax-go copied to clipboard
                            
                            
                            
                        SendHandler does not populate the HTTPResponse
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
@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.
related: https://github.com/newrelic/go-agent/issues/287
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