aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http2.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-09 10:08:48 +0200
committerLoïc Hoguin <[email protected]>2018-07-09 10:08:48 +0200
commit5bece31775a41a5393a26bdc5947947fe46ff42f (patch)
tree4357b4d7305203df497b050e1f3250666052c1cb /src/cowboy_http2.erl
parenta76c32db5e32ab6a6b35ce6625cb3aedcac067b6 (diff)
downloadcowboy-5bece31775a41a5393a26bdc5947947fe46ff42f.tar.gz
cowboy-5bece31775a41a5393a26bdc5947947fe46ff42f.tar.bz2
cowboy-5bece31775a41a5393a26bdc5947947fe46ff42f.zip
Add missing logger spec for cowboy_http2 opts
Diffstat (limited to 'src/cowboy_http2.erl')
-rw-r--r--src/cowboy_http2.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_http2.erl b/src/cowboy_http2.erl
index c2686aa..601ea98 100644
--- a/src/cowboy_http2.erl
+++ b/src/cowboy_http2.erl
@@ -33,6 +33,7 @@
inactivity_timeout => timeout(),
initial_connection_window_size => 65535..16#7fffffff,
initial_stream_window_size => 0..16#7fffffff,
+ logger => module(),
max_concurrent_streams => non_neg_integer() | infinity,
max_decode_table_size => non_neg_integer(),
max_encode_table_size => non_neg_integer(),