Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_Requests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.6
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_Requests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.7
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

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 #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

Commits on Oct 1, 2024

  1. Merge pull request #205 from PCPartPicker/main

    Fixes for exceptions in Session.request leading to sockets not properly closed
    tannewt authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a0b3c1 View commit details
    Browse the repository at this point in the history
Loading