Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c29 static const char not_found_response[] = "HTTP/1.1 404 Not Found\r\n" variable
433 ret = http_server_sendall(client, not_found_response, in handle_http1_static_fs_resource()
434 sizeof(not_found_response) - 1); in handle_http1_static_fs_resource()
931 ret = http_server_sendall(client, not_found_response, in handle_http1_request()
932 sizeof(not_found_response) - 1); in handle_http1_request()