-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b14
-
generic
-
generic
There are two internal implementations of Huffman coders available in the java.net.http module:
QuickHuffman and NaiveHuffman are located in the jdk.internal.net.http.hpack package, but the HttpClient's implementation uses only QuickHuffman.
Since the NaiveHuffman is an internal, non-exported class and effectively a dead code - it can be removed.
QuickHuffman and NaiveHuffman are located in the jdk.internal.net.http.hpack package, but the HttpClient's implementation uses only QuickHuffman.
Since the NaiveHuffman is an internal, non-exported class and effectively a dead code - it can be removed.
- links to
-
Commit(master)
openjdk/jdk/03ba37e6
-
Review(master)
openjdk/jdk/20764