aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_http2.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-20 12:40:05 +0200
committerLoïc Hoguin <[email protected]>2019-09-22 16:46:36 +0200
commit8c5019d3bcdb5ade118217d081e9d071b4ff9232 (patch)
treeb6c6b155b46a241963c1328a710c3eb5e468df0d /src/gun_http2.erl
parentf75a5416c4979ca26b1fbb8a737def8d01a20c8b (diff)
downloadgun-8c5019d3bcdb5ade118217d081e9d071b4ff9232.tar.gz
gun-8c5019d3bcdb5ade118217d081e9d071b4ff9232.tar.bz2
gun-8c5019d3bcdb5ade118217d081e9d071b4ff9232.zip
Improve retrieval of keepalive option
Diffstat (limited to 'src/gun_http2.erl')
-rw-r--r--src/gun_http2.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gun_http2.erl b/src/gun_http2.erl
index efa7afa..66e7732 100644
--- a/src/gun_http2.erl
+++ b/src/gun_http2.erl
@@ -18,6 +18,7 @@
-export([name/0]).
-export([opts_name/0]).
-export([has_keepalive/0]).
+-export([default_keepalive/0]).
-export([init/4]).
-export([switch_transport/3]).
-export([handle/4]).
@@ -101,6 +102,7 @@ do_check_options([Opt|_]) ->
name() -> http2.
opts_name() -> http2_opts.
has_keepalive() -> true.
+default_keepalive() -> 5000.
init(Owner, Socket, Transport, Opts0) ->
%% We have different defaults than the protocol in order