297104 fixed reset

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1558 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2010-04-23 19:36:14 +00:00
parent fb450b822b
commit 4966521a72
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public abstract class AbstractGenerator implements Generator
_last = false;
_head = false;
_noContent=false;
_persistent = true;
_persistent = null;
_contentWritten = 0;
_contentLength = HttpTokens.UNKNOWN_CONTENT;
_date = null;