boblemaire / asyncHTTPrequest

asynchronous HTTP for ESP using ESPasyncTCP. Works like XMLHTTPrequest in JS.
GNU General Public License v3.0
64 stars 31 forks source link

fix for client->abort() on too less ram #12

Closed Legrems closed 5 years ago

Legrems commented 5 years ago

_client->abort() on too less ram was never aborting, due to the line being after the return String()

boblemaire commented 5 years ago

Looks straightforward enough. Thanks. It has been merged. Will increment PIO version.