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

Method reset

java/org/apache/coyote/ajp/AjpMessage.java:77–80  ·  view source on GitHub ↗

Prepare this packet for accumulating a message from the container to the web server. Set the write position to just after the header (but leave the length unwritten, because it is as yet unknown).

()

Source from the content-addressed store, hash-verified

75 * just after the header (but leave the length unwritten, because it is as yet unknown).
76 */
77 public void reset() {
78 len = 4;
79 pos = 4;
80 }
81
82
83 /**

Callers 1

AjpProcessorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected