hyper icon indicating copy to clipboard operation
hyper copied to clipboard

hyper-util missing `max_pending_accept_reset_streams`

Open allan2 opened this issue 2 years ago • 1 comments

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

allan2 avatar Dec 07 '23 05:12 allan2

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

dsgallups avatar Dec 28 '23 22:12 dsgallups