adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 36 forks source link

Don't read all on response.close() #159

Closed justmobilize closed 3 months ago

justmobilize commented 3 months ago

I tested on a M4 Express + Airlift and a UM FeatherS3. I tried every combination of switching hosts, partial reads, etc to see if I could get an error without reading the whole response and didn't get any errors

justmobilize commented 3 months ago

Should close #130 and #153