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

Method isContentLengthInconsistent

java/org/apache/coyote/http2/Stream.java:761–764  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

759
760
761 final boolean isContentLengthInconsistent() {
762 long contentLengthHeader = coyoteRequest.getContentLengthLong();
763 return contentLengthHeader > -1 && contentLengthReceived != contentLengthHeader;
764 }
765
766
767 final void sentHeaders() {

Callers 1

receivedEndOfStreamMethod · 0.95

Calls 1

getContentLengthLongMethod · 0.65

Tested by

no test coverage detected