aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsugus-seu <[email protected]>2016-11-04 20:35:51 +0800
committerLoïc Hoguin <[email protected]>2017-04-30 17:04:41 +0200
commitfb05af363a18d6618f1f73bdf092f6652f099c85 (patch)
tree7aa8ce548e5ccff1efb2c2ab74e3f358296429d2 /doc
parentbb3ed8f6da301c3cbb3e3cab7777c94f225ef28b (diff)
downloadgun-fb05af363a18d6618f1f73bdf092f6652f099c85.tar.gz
gun-fb05af363a18d6618f1f73bdf092f6652f099c85.tar.bz2
gun-fb05af363a18d6618f1f73bdf092f6652f099c85.zip
Add connect timeout
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/gun.asciidoc2
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]::