From 5bece31775a41a5393a26bdc5947947fe46ff42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 9 Jul 2018 10:08:48 +0200 Subject: Add missing logger spec for cowboy_http2 opts --- src/cowboy_http2.erl | 1 + 1 file changed, 1 insertion(+) 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(), -- cgit v1.2.3