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 spurious errors when closing inactive connections #408

Merged
merged 1 commit into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. fix spurious errors when closing inactive connections

    When a connection is closed or reset before it is properly established, the
    existing ::getSession will log a spurious error since the connection has no
    attributes to extract for the pool type.
    
    Fix this by refactoring so that when closing a connection we only act on the
    session object if one already existed, i.e. the conn was used before.
    demmer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6cf8c40 View commit details
    Browse the repository at this point in the history