Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dresponse.c332 static handler_t http_status_set_error_close (request_st * const r, int status) { in http_status_set_error_close() function
354 : http_status_set_error_close(r, 405);/* 405 Method Not Allowed */ in http_response_prepare_connect()
380 http_status_set_error_close(r, 413); in http_response_config()
560 return http_status_set_error_close(r, 405); in http_response_prepare()
604 return http_status_set_error_close(r, status); in http_response_comeback()
/lighttpd1.4/
H A DNEWS1313 * [core] http_status_set_error_close()