adafruit / Adafruit_CircuitPython_Requests

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

fix parsing error on lines like `b'X-Geo-Block-List:'` as received by github #17

Closed ladyada closed 4 years ago

ladyada commented 4 years ago

We now pre-fill the contents to an empty string

ladyada commented 4 years ago

yeah there's nothing after, and so split() gives an array of length 1