From f0c19d6674d792defc181333e20268b785ce4321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 14 Mar 2024 13:25:50 +0100 Subject: Update Cowlib to 2.13.0 --- src/gun_http2.erl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gun_http2.erl') diff --git a/src/gun_http2.erl b/src/gun_http2.erl index 4b35c76..71e01d4 100644 --- a/src/gun_http2.erl +++ b/src/gun_http2.erl @@ -160,11 +160,13 @@ do_check_options([Opt={Name, _}|Opts]) -> max_concurrent_streams, max_decode_table_size, max_encode_table_size, + max_fragmented_header_block_size, max_frame_size_received, max_frame_size_sent, max_stream_window_size, preface_timeout, settings_timeout, + stream_window_data_threshold, stream_window_margin_size, stream_window_update_threshold ], -- cgit v1.2.3