394383 - add logging of the SSLEngine
This commit is contained in:
parent
139de22bc0
commit
6bc8bab92d
|
@ -75,7 +75,7 @@ public class NextProtoNegoServerConnection extends AbstractConnection implements
|
||||||
{
|
{
|
||||||
// The client sent the NPN extension, but did not send the NextProtocol
|
// The client sent the NPN extension, but did not send the NextProtocol
|
||||||
// message with the chosen protocol so we need to close
|
// message with the chosen protocol so we need to close
|
||||||
LOG.debug("{} missing next protocol", this);
|
LOG.debug("{} missing next protocol. SSLEngine: {}", this, engine);
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue