MCPcopy Create free account
hub / github.com/apache/tomcat / finishRequest

Method finishRequest

java/org/apache/catalina/connector/Request.java:811–815  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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 /**

Callers 2

asyncDispatchMethod · 0.95
serviceMethod · 0.95

Calls 2

checkSwallowInputMethod · 0.95
getStatusMethod · 0.65

Tested by

no test coverage detected