Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ cancelAllocationRequests
Method
cancelAllocationRequests
java/org/apache/coyote/http2/Stream.java:229–231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
227
228
229
final
void
cancelAllocationRequests() {
230
allocationManager.notifyAny();
231
}
232
233
234
@Override
Callers
2
receiveReset
Method · 0.95
close
Method · 0.95
Calls
1
notifyAny
Method · 0.80
Tested by
no test coverage detected