When no certificates are installed and a TLS connections is received, the
handshake fails. After the handshake failing the socket is not cleaned and the
created channel is stored in the incomingMessageChannels causing it not to be
GC'ed.
All this causes a memory leak, which after some connections produces an OOME.
A proposed fix is attached.
Original issue reported on code.google.com by brainslog on 23 Aug 2012 at 2:07
Original issue reported on code.google.com by
brainslog
on 23 Aug 2012 at 2:07Attachments: