2015-02-10 16:43 GMT+01:00 <ma...@apache.org>: > Author: markt > Date: Tue Feb 10 15:43:46 2015 > New Revision: 1658734 > > URL: http://svn.apache.org/r1658734 > Log: > Ensure that a dropped connection does not leave references to the > UpgradeProcessor > > Good find, but what happens if onDataAvailable or onWritePossible throw a runtime exception (like a NPE), since this is user code. It could also leak then ? Shouldn't the code catch everything, also call onError on the listener and close ?
Rémy