Fix config evaluation for debug.log-timeouts option (#1529)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2553 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
fbdb305f8a
commit
3b66d3b6ae
1
NEWS
1
NEWS
|
@ -9,6 +9,7 @@ NEWS
|
|||
* Use unsigned int for secdownload.timeout (fixes #1966)
|
||||
* Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
|
||||
* Add server.breakagelog, a "special" stderr (fixes #1863)
|
||||
* Fix config evaluation for debug.log-timeouts option (#1529)
|
||||
|
||||
- 1.4.23 - 2009-06-19
|
||||
* Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
|
||||
|
|
|
@ -293,6 +293,7 @@ int config_setup_connection(server *srv, connection *con) {
|
|||
PATCH(log_condition_handling);
|
||||
PATCH(log_file_not_found);
|
||||
PATCH(log_ssl_noise);
|
||||
PATCH(log_timeouts);
|
||||
|
||||
PATCH(range_requests);
|
||||
PATCH(force_lowercase_filenames);
|
||||
|
|
Loading…
Reference in New Issue