res.data and req.data do not exist anymore.

This commit is contained in:
hns 2002-10-28 16:50:28 +00:00
parent 10848be629
commit cf7e65c704

View file

@ -479,9 +479,6 @@ public final class Application implements IPathElement, Runnable {
// response needs to be closed/encoded before sending it back
try {
res.close (charset);
// reset data fields for garbage collection (may hold references to evaluator)
res.data = null;
req.data = null;
} catch (UnsupportedEncodingException uee) {
logEvent ("Unsupported response encoding: "+uee.getMessage());
}