On Thu, Nov 10, 2022 at 09:29:15PM -0500, Jeff King wrote: > > - Write our own HTTP/2 server for redaction tests. I assume this won't > > be trivial, but maybe not prohibitive, e.g. [1] implements its own > > http server for credential helper tests. > > These seems like a lot more work than just setting up HTTP/2 support for > Apache. I checked the recipe from b66c77a64e, and it still works. It > does indeed find the bug (my curl is 7.86.0) and confirms your fix. > > I think a simple path forward could be something like: > > [...] Thanks. Your plan looks very sane and seems like it hopefully wouldn't be too much effort. I'll leave it to you and Glen to figure out how to divvy up the patches, but I'm sure you can figure it out ;-). Thanks in advance. Thanks, Taylor