diff options
author | sugus-seu <[email protected]> | 2016-11-04 20:35:51 +0800 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-04-30 17:04:41 +0200 |
commit | fb05af363a18d6618f1f73bdf092f6652f099c85 (patch) | |
tree | 7aa8ce548e5ccff1efb2c2ab74e3f358296429d2 /doc | |
parent | bb3ed8f6da301c3cbb3e3cab7777c94f225ef28b (diff) | |
download | gun-fb05af363a18d6618f1f73bdf092f6652f099c85.tar.gz gun-fb05af363a18d6618f1f73bdf092f6652f099c85.tar.bz2 gun-fb05af363a18d6618f1f73bdf092f6652f099c85.zip |
Add connect timeout
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/manual/gun.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/manual/gun.asciidoc b/doc/src/manual/gun.asciidoc index baaadcf..83f119a 100644 --- a/doc/src/manual/gun.asciidoc +++ b/doc/src/manual/gun.asciidoc @@ -18,6 +18,8 @@ Configuration for the connection. The following keys are defined: +connect_timeout => timeout():: + Connection timeout. Defaults to `infinity`. http_opts => http_opts():: Options specific to the HTTP protocol. See below. protocols => [http | spdy]:: |