server_abort_http
void server_abort_http(struct client *, unsigned int, const char *);
server_abort_http(clt, 408, "timeout");
server_abort_http(clt, 500, errstr);
server_abort_http(clt, 500, "malformed or no headers");
server_abort_http(clt, 500, "short write");
server_abort_http(clt, 500, "empty stdout");
server_abort_http(clt, 500,
server_abort_http(clt, 500,
server_abort_http(clt, ret, errstr);
server_abort_http(clt, code, errstr);
server_abort_http(clt, code, errstr);
server_abort_http(clt, code, desc->http_path);
server_abort_http(clt, 500, desc->http_path);
server_abort_http(clt, 500, desc->http_path_alias);
server_abort_http(clt, 413, "request body too large");
server_abort_http(clt, srv_conf->return_code,
server_abort_http(clt, 401, srv_conf->auth_realm);
server_abort_http(clt, 400, "bad request");
server_abort_http(clt, 400,
server_abort_http(clt, 413,
server_abort_http(clt, 413, "request too large");
server_abort_http(clt, 400, "malformed");
server_abort_http(clt, 400, "malformed");
server_abort_http(clt, 400, "malformed");
server_abort_http(clt, 400, "malformed");
server_abort_http(clt, 400, "malformed");
server_abort_http(clt, 505, "bad http version");
server_abort_http(clt, 500, errstr);
server_abort_http(clt, 406, "no method");
server_abort_http(clt, 400, "malformed");
server_abort_http(clt, 400, "malformed");
server_abort_http(clt, 405, "method not allowed");
server_abort_http(clt, 500, strerror(errno));