RFR: 8290083: ResponseBodyBeforeError: AssertionError or SSLException: Unsupported or unrecognized SSL message [v2]

Daniel Fuchs dfuchs at openjdk.org
Tue Jul 12 08:17:35 UTC 2022


> Please find enclosed a simple test fix.
> This test has been observed failing once with an SSLException. My suspicion is that some random process (other test or ...) has tried to connect to the test ReplyingServer and sent some plain text that failed the handshake.
> 
> The fix hardens the server to close the connection and proceed to accept the next one, for a limited number of times...

Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:

  increase maxUnexpected limit

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9454/files
  - new: https://git.openjdk.org/jdk/pull/9454/files/e6e667b0..3f428536

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9454&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9454&range=00-01

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/9454.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9454/head:pull/9454

PR: https://git.openjdk.org/jdk/pull/9454


More information about the net-dev mailing list