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

Method validateHeaders

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

Source from the content-addressed store, hash-verified

575
576
577 @Override
578 public void validateHeaders() throws StreamException {
579 if (headerException == null) {
580 return;
581 }
582 handler.getHpackDecoder().setHeaderEmitter(Http2UpgradeHandler.HEADER_SINK);
583 throw headerException;
584 }
585
586
587 final boolean receivedEndOfHeaders() throws StreamException {

Callers

nothing calls this directly

Calls 2

setHeaderEmitterMethod · 0.80
getHpackDecoderMethod · 0.65

Tested by

no test coverage detected