Go to file
Trustin Lee 73d1f3fe02 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:27 +09:00
license Removed the license files for unused dependencies 2010-04-30 11:09:37 +00:00
src NETTY-384 Another deadlock in ChunkedWriteHandler 2011-08-02 09:33:27 +09:00
.fbfilter.xml Updated FindBugs filter 2009-04-15 23:46:33 +00:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Added IntelliJ specific files to .gitignore 2010-11-23 20:09:22 +09:00
COPYRIGHT.txt * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
LICENSE.txt Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
NOTICE.txt Fixed wrong license file name 2010-10-24 18:17:54 +00:00
pom.xml Fixed indentation 2011-04-18 17:50:29 +09:00