nmattisson / HttpClient

Http Client Library for the Spark Core (also well suited for Arduino and other embedded platforms).
Other
121 stars 150 forks source link

fixed null termination of buffer #7

Closed jonaspfeil closed 10 years ago

jonaspfeil commented 10 years ago

This had the effect of never letting the string become shorter again when re-using the same response struct.

nmattisson commented 10 years ago

Good catch. Thank you @jonaspfeil!

jonaspfeil commented 10 years ago

Thanks for including! I think you have to bump the version number in spark.json and re-import in the Spark IDE for this to become active.