Mercurial Hosting > luan
comparison 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 |
comparison
equal
deleted
inserted
replaced
989:900e5b8ccd19 | 990:83cc6e05a58f |
---|---|
838 throw new IOException("Closed"); | 838 throw new IOException("Closed"); |
839 PrintWriter writer = getPrintWriter(null); | 839 PrintWriter writer = getPrintWriter(null); |
840 writer.print(s); | 840 writer.print(s); |
841 } | 841 } |
842 | 842 |
843 public void sendResponse(Buffer response) throws IOException | |
844 { | |
845 _generator.sendResponse(response); | |
846 } | |
847 | |
848 public void sendContent(Object content) throws IOException | 843 public void sendContent(Object content) throws IOException |
849 { | 844 { |
850 Resource resource=null; | 845 Resource resource=null; |
851 | 846 |
852 if (_closed) | 847 if (_closed) |