hyper
hyper copied to clipboard
hyper-util missing `max_pending_accept_reset_streams`
hyper 0.14.27 has it [1]. It was merged here.
hyper-util 0.1.1 is missing it [2].
The other 10 http2 methods are present. This is the only one missing.
PR incoming
It appears that the referenced PR's changes didn't make the cut into 1.0.0. Is there any reason why the pattern of calling the inner value on the builder's internal builder should not also occur for max_pending_accept_reset_streams? If it should, then this parameter should be readded to hyper/src/proto/h2/server.rs.
I'm no git wizard, but I could copy/paste those changes into a new PR for hyper 1.x