Trustin Lee e0eb72618a NETTY-384 Another deadlock in ChunkedWriteHandler
ChunkedWriteHandler.discard() do not issue write requests to trigger exceptionCaught events and to notify write futures anymore.  Instead, it triggers exceptionCaught events and notifies write futures by itself.  Therefore, no write lock is involved during discard(), avoiding the reported dead lock.

However, this is a temporary solution, and eventually Netty must introduce more robust event thread model.
2011-08-02 09:33:53 +09:00
2009-04-15 23:46:33 +00:00
2009-03-04 10:33:09 +00:00
2009-08-28 07:15:49 +00:00
2010-10-24 18:17:54 +00:00
Description
No description provided
84 MiB
Languages
Java 99.8%
Shell 0.1%