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

remove receiving EOF from backend after cancel … #1641

Merged
merged 1 commit into from
Dec 16, 2019

Commits on Dec 6, 2019

  1. remove receiving EOF from backend after cancel since according to pro…

    …tocol the server closes the connection once cancel is sent (connection reset exception is always thrown)
    
    quote "The server will process this [cancel] request and then close the connection. For security reasons, no direct reply is made to the cancel request message." https://www.postgresql.org/docs/current/protocol-flow.html
    mahmoudbahaa committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    bab676c View commit details
    Browse the repository at this point in the history