Issue #1317 removed incorrect fix
This commit is contained in:
parent
509d3dc961
commit
6b83a6c0a6
|
@ -184,7 +184,6 @@ public class AsyncProxyServlet extends ProxyServlet
|
||||||
{
|
{
|
||||||
if (_log.isDebugEnabled())
|
if (_log.isDebugEnabled())
|
||||||
_log.debug("{} asynchronous read complete on {}", requestId, input);
|
_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;
|
return Action.SUCCEEDED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue