maskit opened a new pull request, #10997: URL: https://github.com/apache/trafficserver/pull/10997
This closes #10056. We have had two Dynamic Table implementations, one for HPACK and the other for QPACK. This PR basically removes the one for HPACK, and move the one for QPACK into `proxy/hdr` so that they can use the same implementation. While I'm testing it with HPACK, I found a couple of bugs in the new dynamic table implementation and I fixed them (we couldn't find it because QPACK has never worked and we disabled it on the docs server). The one for HPACK uses HTTPHdr structure under the hood, and it has been troublesome because of the performance and its specialized interface which doesn't suit the Dynamic Table use case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org