Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ack
Method · 0.80
Calls
1
writeHeaders
Method · 0.45
Tested by
no test coverage detected