Mercurial Hosting > luan
changeset 925:720a98fb0253
remove scheduleDispatch()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 18:29:29 -0600 |
parents | 5c9cb5d00512 |
children | 88b20b775fa2 |
files | src/org/eclipse/jetty/server/AsyncContinuation.java |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/AsyncContinuation.java Sun Oct 09 18:21:39 2016 -0600 +++ b/src/org/eclipse/jetty/server/AsyncContinuation.java Sun Oct 09 18:29:29 2016 -0600 @@ -473,16 +473,6 @@ } /* ------------------------------------------------------------ */ - protected void scheduleDispatch() - { - EndPoint endp=_connection.getEndPoint(); - if (!endp.isBlocking()) - { - ((AsyncEndPoint)endp).asyncDispatch(); - } - } - - /* ------------------------------------------------------------ */ protected void scheduleTimeout() { EndPoint endp=_connection.getEndPoint();