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.c30 static const char not_found_response[] = "HTTP/1.1 404 Not Found\r\n" variable
59 return send_http1_error_common(client, not_found_response, in send_http1_404()
60 sizeof(not_found_response) - 1); in send_http1_404()