Closed CriPstian closed 4 years ago
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.
Hardware:
Board: ESP32-WROOM-32 Core Installation version: 1.0.4 IDE name: CLion Flash Frequency: 80Mhz Upload Speed: 115200 Computer OS: Ubuntu
Description:
Encountered an inconsistent behaviour between esp32 and esp8266 in the WebServer code.
I am trying to perform a GET request using curl, with a valid JSON body. This is not quite the protocol based behaviour but it should work either way (At least it did on the 8266 version of the code).
Sketch:
Debug Messages:
In my code example, I should receive a simple success message, since the body of the request is not used in any way by my handler.
Starting from you basic WiFi example, here is what I got for replicating the behaviour.
Using curl I perform this request (no matter what the JSON body is) empty or not.
curl tool prints out this error:
curl: (52) Empty reply from server
On the device Serial monitor I can see these errors:
Thanks in advance for any input.