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

Method resetBuffer

java/org/apache/catalina/connector/Response.java:573–576  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571
572
573 @Override
574 public void resetBuffer() {
575 resetBuffer(false);
576 }
577
578
579 /**

Callers 2

sendErrorMethod · 0.95
sendRedirectMethod · 0.95

Calls 3

isCommittedMethod · 0.95
getStringMethod · 0.65
resetMethod · 0.65

Tested by

no test coverage detected