res.data and req.data do not exist anymore.
This commit is contained in:
parent
10848be629
commit
cf7e65c704
1 changed files with 0 additions and 3 deletions
|
@ -479,9 +479,6 @@ public final class Application implements IPathElement, Runnable {
|
||||||
// response needs to be closed/encoded before sending it back
|
// response needs to be closed/encoded before sending it back
|
||||||
try {
|
try {
|
||||||
res.close (charset);
|
res.close (charset);
|
||||||
// reset data fields for garbage collection (may hold references to evaluator)
|
|
||||||
res.data = null;
|
|
||||||
req.data = null;
|
|
||||||
} catch (UnsupportedEncodingException uee) {
|
} catch (UnsupportedEncodingException uee) {
|
||||||
logEvent ("Unsupported response encoding: "+uee.getMessage());
|
logEvent ("Unsupported response encoding: "+uee.getMessage());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue