me-no-dev / ESPAsyncTCP

Async TCP Library for ESP8266
GNU Lesser General Public License v3.0
758 stars 394 forks source link

Corrected missed edit for _recv() in ASYNC_TCP_SSL_ENABLED #151

Open jeroenst opened 4 years ago

jeroenst commented 4 years ago

Rebased https://github.com/me-no-dev/ESPAsyncTCP/pull/129 as requested by https://github.com/kleini

@me-no-dev Please apply this pull request so building of SSL with ESPAsyncTCP works again.

jeroenst commented 3 years ago

@me-no-dev please merge this pull request.

Pablo2048 commented 3 years ago

@me-no-dev please merge this pull request.

Unfortunately it make no sense IMHO because upcoming release 3.0.0 of the ESP8266 Core drops out AXTLS support. It seems like we do need BearSSL support in ESPAsyncTCP...