ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
784 stars 105 forks source link

fix https_client bug #104

Closed Squirrelcoding closed 2 years ago

Squirrelcoding commented 2 years ago

I fixed a bug described in this issue in which the body variable in the test_https_client() is set to an empty buffer which prevents the user of the demo from seeing the actual HTTP response.

ivmarkov commented 2 years ago

I've fixed it directly in the newly-published embedded-svc increment. The original code should now work fine.