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
In middleware_close_response_body.go, if we fail to copy the response body or close the response body, we couldn't see the error from the log. Code url: https://github.com/aws/smithy-go/blob/main/transport/http/middleware_close_response_body.go#L65-L76
middleware_close_response_body.go
The text was updated successfully, but these errors were encountered:
Some background is our log is flooded with SDK 2023/05/12 03:04:40 WARN failed to close HTTP response body, this may affect connection reuse
SDK 2023/05/12 03:04:40 WARN failed to close HTTP response body, this may affect connection reuse
But we couldn't know the cause
Sorry, something went wrong.
I have the same. Any ideas?
No branches or pull requests
In
middleware_close_response_body.go
, if we fail to copy the response body or close the response body, we couldn't see the error from the log.Code url: https://github.com/aws/smithy-go/blob/main/transport/http/middleware_close_response_body.go#L65-L76
The text was updated successfully, but these errors were encountered: