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:
parent
fb450b822b
commit
4966521a72
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue