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

Fixes for exceptions in Session.request leading to sockets not properly closed #205

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Sep 27, 2024

  1. Fix cases in Session.request method where an exception could lead to …

    …exiting the method without the created socket being owned by a response or closed. This would then cause future calls to get a socket with the same parameters to fail because one already existed and hadn't been closed. The PR adafruit#72 fixed this issue for one case where an exception could be raised. This generalizes that in an attempt to fix it in other cases that could still be hit.
    aggieNick02 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    211e7cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9372b View commit details
    Browse the repository at this point in the history