lighttpd run modes for idle timeout, one-shot
commit89379011dff23ad8dcb7ccf4147c6e98a97c9964
authorGlenn Strauss <gstrauss@gluelogic.com>
Mon, 2 May 2016 19:29:58 +0000 (2 15:29 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Mon, 2 May 2016 19:29:58 +0000 (2 15:29 -0400)
treed726670828163c616ca316785e8042995900d604
parenta0a7b9fbf520be500adf9fbb088dacf9f0444a6f
parent1812f5541a1fffb720180f958cb36ae7a8fcab3d
lighttpd run modes for idle timeout, one-shot

lighttpd -i <secs> shutdown after idle time limit (fixes #2696)
lighttpd -1 handles single request on stdin socket (fixes #1584)

Merge branch 'feature-2696-idle-shutdown' into master

github: closes #43