Search found 1 match

by sapper
Thu Mar 09, 2023 9:28 am
Forum: ESP32 Arduino
Topic: Extra bytes in the response body from the server
Replies: 0
Views: 734

Extra bytes in the response body from the server

Esp32 controller. I want to receive and process binary data from the server. The server sends 10 bytes, but the available() method returns 20. Here's a screenshot of the response, including headers and all characters. As you can see, there are 10 zero bytes in the body. screen1.jpg Arduino code for ...