lib/http/protocol/http2/settings_frame.rb in http-protocol-0.10.0 vs lib/http/protocol/http2/settings_frame.rb in http-protocol-0.10.1

- old
+ new

@@ -82,10 +82,10 @@ # https://tools.ietf.org/html/rfc7540#section-6.5.2 @header_table_size = 4096 @enable_push = 1 @maximum_concurrent_streams = 0xFFFFFFFF @initial_window_size = 0xFFFF # 2**16 - 1 - @maximum_frame_size = 0x3FFF # 2**14 - 1 + @maximum_frame_size = 0x4000 # 2**14 @maximum_header_list_size = 0xFFFFFFFF end ASSIGN = [ nil,