MCPcopy Index your code
hub / github.com/apache/tomcat / commit

Method commit

java/org/apache/coyote/Response.java:548–551  ·  view source on GitHub ↗

Signal that we're done with the headers, and body will follow.

()

Source from the content-addressed store, hash-verified

546 * Signal that we're done with the headers, and body will follow.
547 */
548 public void commit() {
549 action(ActionCode.COMMIT, this);
550 setCommitted(true);
551 }
552
553
554 // -------------------- I18N --------------------

Callers

nothing calls this directly

Calls 2

actionMethod · 0.95
setCommittedMethod · 0.95

Tested by

no test coverage detected