From a4b82174c90f176f35f0546593747e4d2c5743a1 Mon Sep 17 00:00:00 2001 From: Umputun Date: Mon, 29 Aug 2022 17:22:38 -0500 Subject: [PATCH] add info about 0 timout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb78bbf..49e3609 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ supported codes: - `--gzip` enables gzip compression for responses. - `--max=N` allows to set the maximum size of request (default 64k). Setting it to `0` disables the size check. -- `--timeout.*` various timeouts for both server and proxy transport. See `timeout` section in [All Application Options](#all-application-options) +- `--timeout.*` various timeouts for both server and proxy transport. See `timeout` section in [All Application Options](#all-application-options). A zero or negative value means there will be no timeout. ## Default ports