Skip to content
New issue

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

aws/client: Fix HTTP debug log EventStream payloads #2000

Merged
merged 2 commits into from
Jun 20, 2018

Commits on Jun 20, 2018

  1. aws/client: Fix HTTP debug log EventStream payloads

    Fixes the SDK's HTTP client debug logging to not log the HTTP response
    body for EventStreams. This prevents the SDK from buffering a very large
    amount of data to be logged at once. The aws.LogDebugWithEventStreamBody
    should be used to log the event stream events.
    
    Also fixes a bug in the SDK's response logger which will buffer the
    response body's content if LogDebug is enabled but LogDebugWithHTTPBody
    is not.
    jasdel committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    e5616f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e01e6fa View commit details
    Browse the repository at this point in the history