summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-13 23:51:15 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-13 23:51:15 +0200
commitf90a745abe0223d591567197983ddf60fcf70f59 (patch)
treed4653668a123a4aa5cbb20a55b8f7e2ec0fd9637 /doc
parent6582e07c476f028eaf27d964efd90e22609ffb2a (diff)
downloadexchange-f90a745abe0223d591567197983ddf60fcf70f59.tar.gz
exchange-f90a745abe0223d591567197983ddf60fcf70f59.tar.bz2
exchange-f90a745abe0223d591567197983ddf60fcf70f59.zip
add -t option to httpd
Diffstat (limited to 'doc')
-rw-r--r--doc/taler-mint-httpd.13
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/taler-mint-httpd.1 b/doc/taler-mint-httpd.1
index 43587006e..9ff9774c4 100644
--- a/doc/taler-mint-httpd.1
+++ b/doc/taler-mint-httpd.1
@@ -25,6 +25,9 @@ Print version information.
.IP "\-f FILENAME, \-\-file\-input=FILENAME"
This option is only available if the mint was compiled with the configure option
\-\-enable\-developer\-mode. It is used for generating test cases against the mint using AFL. When this option is present, the HTTP server will (1) terminate after the first client's HTTP connection is completed, and (2) automatically start such a client using a helper process based on the 'nc' or 'ncat' binary using FILENAME as the standard input to the helper process. As a result, the process will effectively run with FILENAME as the input from an HTTP client and then immediately exit. This is useful to test taler\-mint\-httpd against many different possible inputs in a controlled way.
+.B
+.IP \"-t SECONDS, \-\-timeout=SECONDS"
+Specifies the number of SECONDS after which the HTTPD should close (idle) HTTP connections.
.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>