0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Add missing logger spec for cowboy_http2 opts

This commit is contained in:
Loïc Hoguin 2018-07-09 10:08:48 +02:00
parent a76c32db5e
commit 5bece31775
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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(),