mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
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())
|
||||
_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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user