Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/AbstractHttpConnection.java @ 990:83cc6e05a58f
remove special attribute handling
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 17 Oct 2016 05:50:47 -0600 |
parents | 8fef34f665e7 |
children | 688c39c50ee3 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/AbstractHttpConnection.java Mon Oct 17 05:39:54 2016 -0600 +++ b/src/org/eclipse/jetty/server/AbstractHttpConnection.java Mon Oct 17 05:50:47 2016 -0600 @@ -840,11 +840,6 @@ writer.print(s); } - public void sendResponse(Buffer response) throws IOException - { - _generator.sendResponse(response); - } - public void sendContent(Object content) throws IOException { Resource resource=null;