adafruit / Adafruit_CircuitPython_Requests

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

ISO-8859-1 encoded header values throws Unicode exception #143

Open azplanlos opened 1 year ago

azplanlos commented 1 year ago

Fetching requests with ISO-8859-1 (Latin 1) encoded values with special characters (ex. "ö") inside their header throw an Unicode exception in string creation (line 364) rather than being replaced or ignored.