Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1fb1c61
)
doc: Refined htparser shutdown description.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 28 Dec 2012 06:25:40 +0000
(07:25 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 28 Dec 2012 06:25:40 +0000
(07:25 +0100)
doc/htparser.doc
patch
|
blob
|
blame
|
history
diff --git
a/doc/htparser.doc
b/doc/htparser.doc
index
08a182d
..
928e642
100644
(file)
--- a/
doc/htparser.doc
+++ b/
doc/htparser.doc
@@
-24,7
+24,8
@@
all the 'ARGS' as command-line arguments. Only after that will
*htparser* do any daemonizing or chrooting as specified by options.
The root handler must be a persistent program as specified in
*htparser* do any daemonizing or chrooting as specified by options.
The root handler must be a persistent program as specified in
-*ashd*(7). If the handler program exits, *htparser* will exit too.
+*ashd*(7). If the handler program exits, *htparser* will exit too,
+following the procedure described below under SIGNALS.
PORT SPECIFICATION
------------------
PORT SPECIFICATION
------------------
@@
-87,8
+88,9
@@
SIGTERM, SIGINT::
Upon first reception, `htparser` closes all listening ports
and the socket to the root handler, but continues to serve all
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.
+ currently ongoing requests until none remain, not keeping the
+ connections open for keep-alive. Upon second reception,
+ `htparser` shuts down completely.
EXAMPLES
--------
EXAMPLES
--------