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

Method configureVoidOutputFilter

java/org/apache/coyote/http2/Stream.java:517–521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

515
516
517 void configureVoidOutputFilter() {
518 addOutputFilter(new VoidOutputFilter());
519 // Prevent further writes by the application
520 streamOutputBuffer.closed = true;
521 }
522
523 private void parseAuthority(String value) {
524 int i;

Callers 2

emitHeaderMethod · 0.95
prepareHeadersMethod · 0.80

Calls 1

addOutputFilterMethod · 0.95

Tested by

no test coverage detected