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

Method hasNoBody

java/org/apache/coyote/http2/Stream.java:1157–1159  ·  view source on GitHub ↗

@return true if it is certain that the associated response has no body.

()

Source from the content-addressed store, hash-verified

1155 * @return <code>true</code> if it is certain that the associated response has no body.
1156 */
1157 final boolean hasNoBody() {
1158 return ((written == 0) && closed);
1159 }
1160
1161 @Override
1162 public void flush() throws IOException {

Callers 1

writeHeadersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected