Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c35 static const char conflict_response[] = "HTTP/1.1 409 Conflict\r\n\r\n"; variable
502 ret = http_server_sendall(client, conflict_response, in handle_http1_dynamic_resource()
503 sizeof(conflict_response) - 1); in handle_http1_dynamic_resource()