MCPcopy Index your code
hub / github.com/apache/tomcat / setErrorReported

Method setErrorReported

java/org/apache/coyote/Response.java:394–396  ·  view source on GitHub ↗

Set the error as reported. @return true if the error state was successfully transitioned to reported

()

Source from the content-addressed store, hash-verified

392 * @return {@code true} if the error state was successfully transitioned to reported
393 */
394 public boolean setErrorReported() {
395 return errorState.compareAndSet(1, 2);
396 }
397
398
399 /**

Callers 1

doStreamCancelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected