ArduinoHttpClient
ArduinoHttpClient copied to clipboard
ContentLength returns negative value
If the content is larger than 32k, the value is negative. Change ContentLength to "unsigned long" for larger content.
Changing to long would be good I think.
I just added PR https://github.com/arduino-libraries/ArduinoHttpClient/pull/90 to fix this