Perform whatever actions are required to flush and close the input stream or reader, in a single operation. @exception IOException if an input/output error occurs
()
| 809 | * @exception IOException if an input/output error occurs |
| 810 | */ |
| 811 | public void finishRequest() throws IOException { |
| 812 | if (response.getStatus() == HttpServletResponse.SC_REQUEST_ENTITY_TOO_LARGE) { |
| 813 | checkSwallowInput(); |
| 814 | } |
| 815 | } |
| 816 | |
| 817 | |
| 818 | /** |
no test coverage detected