On Fri, 13 Nov 2020 14:16:35 GMT, Sean Coffey <coff...@openjdk.org> wrote:
> removing the "closing inbound before receiving peer's close_notify" exception > that can be seen with TLS stack if calling close on inbound. After reading > the relevant parts of the TLS v1.2/v1.3 RFCs, I believe the local end point > doesn't have to wait for close_notify alert from remote end. This pull request has now been integrated. Changeset: a4e082e9 Author: Sean Coffey <coff...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a4e082e9 Stats: 37 lines in 2 files changed: 25 ins; 0 del; 12 mod 8253368: TLS connection always receives close_notify exception Reviewed-by: xuelei ------------- PR: https://git.openjdk.java.net/jdk/pull/1205