aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/manual/gun.asciidoc')
-rw-r--r--doc/src/manual/gun.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/manual/gun.asciidoc b/doc/src/manual/gun.asciidoc
index a2d51f6..8cf46cc 100644
--- a/doc/src/manual/gun.asciidoc
+++ b/doc/src/manual/gun.asciidoc
@@ -241,7 +241,7 @@ flow - see below::
The initial flow control value for all HTTP/2 streams.
By default flow control is disabled.
-keepalive (5000)::
+keepalive (infinity)::
Time between pings in milliseconds.
@@ -514,7 +514,7 @@ flow - see below::
The initial flow control value for the Websocket connection.
By default flow control is disabled.
-keepalive (5000)::
+keepalive (infinity)::
Time between pings in milliseconds.
@@ -559,7 +559,7 @@ when receiving a ping.
lowercased as well.
* *2.0*: Function `gun:headers/4,5` introduced.
* *2.0*: The `keepalive` option is now set to `infinity` by
- default for the HTTP/1.1 protocol, disabling it.
+ default for all protocols. This means it is disabled.
* *2.0*: Websocket options `keepalive` and `silence_pings` introduced.
* *1.3*: Add the CONNECT destination's `protocols` option and
deprecate the previously introduced `protocol` option.