Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ increaseOverheadCount
Method
increaseOverheadCount
java/org/apache/coyote/http2/Http2Parser.java:891–891 ·
view source on GitHub ↗
(FrameType frameType)
Source
from the content-addressed store, hash-verified
889
void
onSwallowedUnknownFrame(
int
streamId,
int
frameTypeId,
int
flags,
int
size) throws IOException;
890
891
void
increaseOverheadCount(FrameType frameType);
892
}
893
}
Callers
2
readPriorityFrame
Method · 0.65
sendStreamReset
Method · 0.65
Implementers
2
TestOutput
test/org/apache/coyote/http2/Http2Test
Http2UpgradeHandler
java/org/apache/coyote/http2/Http2Upgr
Calls
no outgoing calls
Tested by
no test coverage detected