no one really liked this warning :(

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1381 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2006-10-07 07:46:46 +00:00
parent e49da67a47
commit 636c890721
1 changed files with 0 additions and 7 deletions

View File

@ -1421,13 +1421,6 @@ int connection_state_machine(server *srv, connection *con) {
} else if (con->in_error_handler) {
/* error-handler is a 404 */
/* continue as normal, status is the same */
log_error_write(srv, __FILE__, __LINE__, "sb",
"Warning: Either the error-handler returned status 404 or the error-handler itself was not found:", con->request.uri);
log_error_write(srv, __FILE__, __LINE__, "sd",
"returning the original status", con->error_handler_saved_status);
log_error_write(srv, __FILE__, __LINE__, "s",
"If this is a rails app: check your production.log");
con->http_status = con->error_handler_saved_status;
}
} else if (con->in_error_handler) {