[jdk11u-dev] Integrated: 8236596: HttpClient leaves HTTP/2 sockets in CLOSE_WAIT, when using proxy tunnel

Andrew John Hughes andrew at openjdk.java.net
Fri Nov 12 01:48:37 UTC 2021


On Wed, 10 Nov 2021 02:27:13 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> Hi all,
> 
> Tis pull request contains a backport of commit 9085b7bd from the openjdk/jdk repository.
> 
> Reported as being hit on 11u by Mike Lothian: https://twitter.com/FireBurn/status/1453679927824461824
> 
> The commit being backported was authored by Daniel Fuchs on 24 Jan 2020 and was reviewed by Chris Hegarty.
> 
> Thanks!

This pull request has now been integrated.

Changeset: e608a20a
Author:    Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.java.net/jdk11u-dev/commit/e608a20a0cbef186fa7ac11d712eb1ecc88b9688
Stats:     5 lines in 1 file changed: 5 ins; 0 del; 0 mod

8236596: HttpClient leaves HTTP/2 sockets in CLOSE_WAIT, when using proxy tunnel

Changes Http2ClientImpl::stop to close the TCP connection after sending out the GOAWAY frame.

Backport-of: 9085b7bdc7757a5e29d841beddc4d235bbf5887b

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/608


More information about the jdk-updates-dev mailing list