On Mon, 19 Aug 2024 09:36:54 GMT, Daniel Fuchs wrote:
> The java/net/httpclient/DigestEchoClient.java fails intemittently with
> IOException: HTTP/1.1 header parser received no bytes.
>
> Analysis shows that this is caused by the CleanupTrigger which receives data
> after the reused connection
`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.
-
Commit me
On Thu, 29 Aug 2024 10:21:45 GMT, Aleksei Efimov 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.Quick
On Thu, 29 Aug 2024 10:21:45 GMT, Aleksei Efimov 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.Quick