X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=doc%2Fhtparser.doc;h=928e642c9a241c87376820f98c81588dea4262e4;hp=08a182d2120132c0d5147ed3fa2b3f9b9819993e;hb=ee4d8132ccace56ec94e1d615bb3fb44e246d73c;hpb=1fb1c61484cfd92fb9d11cf0b68e98e7d0e6a75f diff --git a/doc/htparser.doc b/doc/htparser.doc index 08a182d..928e642 100644 --- 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 -*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 ------------------ @@ -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 - 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 --------