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

Return value

- ESP_OK : On successfully initiating closure - ESP_FAIL : Failure to queue work - ESP_ERR_NOT_FOUND : Socket fd not found - ESP_ERR_INVALID_ARG : Null arguments

Notes

Calling this API is only required in special circumstances wherein some application requires to close an httpd client session asynchronously.

References

from examples