Index: com/sun/grizzly/http/HttpWorkerThread.java =================================================================== --- com/sun/grizzly/http/HttpWorkerThread.java (revision 3337) +++ com/sun/grizzly/http/HttpWorkerThread.java (working copy) @@ -134,4 +134,12 @@ } return threadAttachment; } + + @Override + public void reset() { + processorTask = null; + streamAlgorithm = null; + super.reset(); + + } }