Issue #1317 removed incorrect fix

This commit is contained in:
Greg Wilkins 2017-02-09 21:42:28 +11:00
parent 509d3dc961
commit 6b83a6c0a6
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ public class AsyncProxyServlet extends ProxyServlet
{
if (_log.isDebugEnabled())
_log.debug("{} asynchronous read complete on {}", requestId, input);
provider.close(); // TODO the need for this suggests that onAllDataRead is not always being called!
return Action.SUCCEEDED;
}
}