CircuitPython version
Adafruit CircuitPython 9.0.0-rc.0 on 2024-03-08; Adafruit MagTag with ESP32S2
Code/REPL
Behavior
The close() method of Response fails in certain cases. This has already been fixed, see adafruit/Adafruit_CircuitPython_Requests#156 but the submodule here needs an update as well, since it still ships the buggy version (I think circup does this too).
Some boards like the Magtag include Requests as part of the frozen libs, so it is not possible that I ship the fixed version myself.
Description
No response
Additional information
No response