Replies: 1 comment 2 replies
-
What is the client sending in the body of this request? I think another solution would be for the client to not send a body. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement a simple web switch on esp32c3, and used POST as the request method. I found that if comment out the
request.body
line, the client will get a immediate RST after HTTP status line. No idea if it's bug in network stack of esp-idf. Should we mention it somewhere in document?Beta Was this translation helpful? Give feedback.
All reactions