adafruit / Adafruit_CircuitPython_Requests

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

Toss out chunked data if we never read anything #44

Closed ladyada closed 3 years ago

ladyada commented 3 years ago

we dont know how much is remaining if data is chunked, so avoid comparing None received

tannewt commented 3 years ago

Just saw this. I have the same fix in another PR with unit tests. Will merge this and leave the other PR for the tests. Thanks!