Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9ec02
)
doc: Describe htparser shutdown behavior.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 28 Dec 2012 06:19:40 +0000
(07:19 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 28 Dec 2012 06:19:40 +0000
(07:19 +0100)
doc/htparser.doc
patch
|
blob
|
blame
|
history
diff --git
a/doc/htparser.doc
b/doc/htparser.doc
index
9bace5b
..
08a182d
100644
(file)
--- a/
doc/htparser.doc
+++ b/
doc/htparser.doc
@@
-80,6
+80,16
@@
OPTIONS
After having daemonized, write the PID of the new process to
'PIDFILE'.
+SIGNALS
+-------
+
+SIGTERM, SIGINT::
+
+ Upon first reception, `htparser` closes all listening ports
+ and the socket to the root handler, but continues to serve all
+ currently ongoing requests until none remain. Upon second
+ reception, `htparser` shuts down completely.
+
EXAMPLES
--------