ESP-IDF + 0/1 examples
SourceVu will show references to httpd_req_async_handler_complete() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK : async request was marked completed

Notes

If async requests are not marked completed, eventually the server will no longer accept incoming connections. The server will log a "httpd_accept_conn: error in accept (23)" message if this happens.

References

from examples