MCPcopy 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

receiveResetMethod · 0.95
closeMethod · 0.95

Calls 1

notifyAnyMethod · 0.80

Tested by

no test coverage detected