httpd_socket_recv() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- Bytes : The number of bytes received successfully - 0 : Buffer length parameter is zero / connection closed by peer - HTTPD_SOCK_ERR_INVALID : Invalid arguments - HTTPD_SOCK_ERR_TIMEOUT : Timeout/interrupted while calling socket recv() - HTTPD_SOCK_ERR_FAIL : Unrecoverable error while calling socket recv()

Notes

This API is not recommended to be used in any request handler. Use this only for advanced use cases, wherein some asynchronous communication is required.

References

from examples