Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/AbstractHttpConnection.java @ 965:866f2e801618
handle() returns void
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 14 Oct 2016 02:19:21 -0600 |
parents | 3cd4c706a61f |
children | 5ee36654b383 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/AbstractHttpConnection.java Fri Oct 14 01:03:47 2016 -0600 +++ b/src/org/eclipse/jetty/server/AbstractHttpConnection.java Fri Oct 14 02:19:21 2016 -0600 @@ -512,9 +512,7 @@ } } - public abstract Connection handle() throws IOException; - /* ------------------------------------------------------------ */ public void commitResponse(boolean last) throws IOException { if (!_generator.isCommitted())