Home
last modified time | relevance | path

Searched refs:HTTP_SERVER_DATA_ABORTED (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c79 if (status == HTTP_SERVER_DATA_ABORTED) { in echo_handler()
183 if (status == HTTP_SERVER_DATA_ABORTED) { in led_handler()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h176 HTTP_SERVER_DATA_ABORTED = -1, enumerator
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst287 if (status == HTTP_SERVER_DATA_ABORTED) {
337 :c:enumerator:`HTTP_SERVER_DATA_ABORTED`. Either of the two events indicate that
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c343 dynamic_detail->cb(client, HTTP_SERVER_DATA_ABORTED, &request_ctx, in client_release_resources()
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c263 if (status == HTTP_SERVER_DATA_ABORTED) { in dynamic_cb()