Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/Request.java @ 939:8db5996c8c89
remove AsyncContinuation
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 10 Oct 2016 00:50:06 -0600 |
parents | a088981f9cd4 |
children | 5ee36654b383 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/Request.java Sun Oct 09 23:48:32 2016 -0600 +++ b/src/org/eclipse/jetty/server/Request.java Mon Oct 10 00:50:06 2016 -0600 @@ -141,7 +141,6 @@ return AbstractHttpConnection.getCurrentConnection().getRequest(); } - final AsyncContinuation _async = new AsyncContinuation(); private volatile Attributes _attributes; private MultiMap<String> _baseParameters; private String _characterEncoding; @@ -1291,7 +1290,6 @@ } } - _async.recycle(); _handled = false; if (_context != null) throw new IllegalStateException("Request in context!");