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

Return value

- ESP_OK : On successfully registering override - ESP_ERR_INVALID_ARG : Null arguments

Notes

This API is supposed to be called either from the context of - an http session APIs where sockfd is a valid parameter - a URI handler where sockfd is obtained using httpd_req_to_sockfd()

References

from examples