Go to file
Trustin Lee d52b238d62 * Fixed issue: NETTY-46 Excessive exception creation overhead when there are many pending write requests in a closed channel
* Added NioWorker.cleanUpWriteBuffer()
* Fixed issue: NETTY-47 Channel is not closed immediately when write operation fails due to closure.
  * Made sure to call NioWorker.close() in NioWorker.write(Un)Fair() and to call NioWorker.cleanUpWriteBuffer() in NioWorker.close();
2008-09-18 03:15:48 +00:00
src * Fixed issue: NETTY-46 Excessive exception creation overhead when there are many pending write requests in a closed channel 2008-09-18 03:15:48 +00:00
COPYRIGHT.txt Fixed wrong name 2008-08-09 04:36:27 +00:00
LICENSE.commons-logging.txt Initial import. Needs to: 2008-08-08 00:37:18 +00:00
LICENSE.jboss-logging.txt Initial import. Needs to: 2008-08-08 00:37:18 +00:00
LICENSE.log4j.txt Initial import. Needs to: 2008-08-08 00:37:18 +00:00
LICENSE.slf4j.txt Initial import. Needs to: 2008-08-08 00:37:18 +00:00
LICENSE.txt Initial import. Needs to: 2008-08-08 00:37:18 +00:00
NOTICE.txt Tabs to spaces 2008-09-05 06:38:38 +00:00
pom.xml * Added cross reference to the distribution 2008-09-16 09:20:17 +00:00