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

[fix] Read server response during EPIPE #761

Merged
merged 1 commit into from Sep 16, 2021

Commits on Sep 15, 2021

  1. [fix] Read server response during EPIPE

    When a `request_block` is used to send data, an error on the server side
    only gets reported as a `EPIPE`. excon doesn't read anything sent back
    from the server, which makes it hard to debug what went wrong.
    
    We now read the server response, if any, and show it in the exception.
    
    Closes excon#760
    stanhu committed Sep 15, 2021
    Copy the full SHA
    dc10c8b View commit details
    Browse the repository at this point in the history