mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8210974: No extensions debug log for ClientHello
Reviewed-by: jnimeh, wetmore
This commit is contained in:
parent
04c961659f
commit
89a4157528
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ final class SSLExtensions {
|
|||
return "<no extension>";
|
||||
} else {
|
||||
StringBuilder builder = new StringBuilder(512);
|
||||
if (logMap != null) {
|
||||
if (logMap != null && !logMap.isEmpty()) {
|
||||
for (Map.Entry<Integer, byte[]> en : logMap.entrySet()) {
|
||||
SSLExtension ext = SSLExtension.valueOf(
|
||||
handshakeMessage.handshakeType(), en.getKey());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue