Soto Estévez
Soto Estévez
The missing configurable parameters right now seems to be: [max_header_list_size](https://docs.rs/h2/latest/h2/client/struct.Builder.html#method.max_header_list_size), [max_concurrent_streams](https://docs.rs/h2/latest/h2/client/struct.Builder.html#method.max_concurrent_streams), [initial_max_send_streams](https://docs.rs/h2/latest/h2/client/struct.Builder.html#method.initial_max_send_streams), [reset_stream_duration](https://docs.rs/h2/latest/h2/client/struct.Builder.html#method.reset_stream_duration) and [max_send_buffer_size](https://docs.rs/h2/latest/h2/client/struct.Builder.html#method.max_send_buffer_size). I can contribute to this if it's ok.