On Thu, 29 Aug 2024 10:21:45 GMT, Aleksei Efimov <aefi...@openjdk.org> wrote:
> `jdk.internal.net.http.hpack.NaiveHuffman` is an internal class and not used > in `java.net.http` module or any test. > It is proposed to remove this class. > `HttpClient` will continue to use the > `jdk.internal.net.http.hpack.QuickHuffman` to encode/decode string literals. This pull request has now been integrated. Changeset: 03ba37e6 Author: Aleksei Efimov <aefi...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/03ba37e60ce08def6afd172efc1cdbbcc856c633 Stats: 691 lines in 1 file changed: 0 ins; 691 del; 0 mod 8339169: Remove NaiveHuffman coder Reviewed-by: djelinski, dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/20764