Searched refs:not_found_response (Results 1 – 1 of 1) sorted by relevance
29 static const char not_found_response[] = "HTTP/1.1 404 Not Found\r\n" variable433 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()