On Sat, 2025-06-07 at 01:26 -0400, Marco Sitar wrote: > Hello, > I'm working on a project where I have to configure TLS and H2 frames > to > control fingerprinting. I've done TLS using bounycastle, and hoped to > use apache h2-core for h2. Currently, it sends frames according to h2 > spec which is an issue for me. Through my short research, > FrameFactory > is useful for this and seems rather open to custom implementations. > Unfortunately, setting which implementation is used does not seem > simple. It is always set to the default implementation in > `ClientH2StreamMultiplexerFactory`, despite being easily configurable > there. After forking the project, and adding the appropriate > setFrameFactory methods I'm able to continue easily. Is there a > proper > way of changing the values sent in SETTINGS and WINDOW_UPDATE frames > not > configurable in H2Config? Would contributing this FrameFactory change > be > helpful? > Cheers, > Marco.
Hi Marco It can certainly be useful and we will accept such contribution. Feel free to raise a PR at GitHub with the proposed changes. cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org