Searched refs:conflict_response (Results 1 – 1 of 1) sorted by relevance
36 static const char conflict_response[] = "HTTP/1.1 409 Conflict\r\n\r\n"; variable71 return send_http1_error_common(client, conflict_response, in send_http1_409()72 sizeof(conflict_response) - 1); in send_http1_409()