Hello,
Request to have my fix reviewed for the issue: JDK-8240666: Websocket client’s OpeningHandshake discards the HTTP response body. The fix updates jdk.internal.net.http.websocket.OpeningHandshake.send() to process the response body received from server instead of discarding it, when the handshake is rejected by the websocket server. Issue: https://bugs.openjdk.java.net/browse/JDK-8240666 Webrev: http://cr.openjdk.java.net/~ryadav/webrev_8240666/webrev.00/index.html --rahul