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

Method setSendfile

java/org/apache/coyote/Request.java:950–952  ·  view source on GitHub ↗

Set whether sendfile is enabled. @param sendfile true to enable sendfile

(boolean sendfile)

Source from the content-addressed store, hash-verified

948 * @param sendfile {@code true} to enable sendfile
949 */
950 public void setSendfile(boolean sendfile) {
951 this.sendfile = sendfile;
952 }
953
954 /**
955 * Check if the request body has been fully read.

Callers 1

StreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected