Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2532 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.23
parent
ad1e80e5af
commit
60e745695a
@ -1,5 +1,6 @@
|
||||
EXTRA_DIST=cgi.php cgi.pl index.html index.txt phpinfo.php \
|
||||
redirect.php cgi-pathinfo.pl get-env.php get-server-env.php \
|
||||
nph-status.pl prefix.fcgi get-header.pl ssi.shtml get-post-len.pl \
|
||||
exec-date.shtml 404.fcgi 404.html 404.pl send404.pl crlfcrash.pl
|
||||
exec-date.shtml 404.fcgi 404.html 404.pl send404.pl crlfcrash.pl \
|
||||
sendfile.php
|
||||
SUBDIRS=go indexfile expire
|
||||
|
Loading…
Reference in New Issue