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

decompress response body from websocket error #6650

Merged
merged 3 commits into from
Nov 8, 2019
Merged

Commits on Nov 8, 2019

  1. Remove response body from websocket error

    If a websocket connection errors we currently return the error with a
    copy of the response body. The response body from the websocket can
    often times be completely illegible so remove it from the error string.
    
    make alloc id empty for more reliable failure
    
    un-gzip if content encoding header present
    drewbailey committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    03a4f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c891fc View commit details
    Browse the repository at this point in the history
  3. update changelog

    drewbailey committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    69751a7 View commit details
    Browse the repository at this point in the history