MCPcopy Create free account
hub / github.com/apache/tomcat / writeAck

Method writeAck

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

Source from the content-addressed store, hash-verified

668
669
670 final void writeAck() throws IOException {
671 handler.writeHeaders(this, ACK_HEADERS, false, Constants.DEFAULT_HEADERS_ACK_FRAME_SIZE);
672 }
673
674
675 final void writeEarlyHints() throws IOException {

Callers 1

ackMethod · 0.80

Calls 1

writeHeadersMethod · 0.45

Tested by

no test coverage detected