MCPcopy Create free account
hub / github.com/apache/tomcat / doHttpUpgrade

Method doHttpUpgrade

test/org/apache/coyote/http2/Http2TestBase.java:712–714  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

710
711
712 protected void doHttpUpgrade() throws IOException {
713 doHttpUpgrade(DEFAULT_CONNECTION_HEADER_VALUE, "h2c", EMPTY_HTTP2_SETTINGS_HEADER, true);
714 }
715
716 protected void doHttpUpgrade(String connection, String upgrade, String settings, boolean validate)
717 throws IOException {

Callers 15

http2ConnectMethod · 0.95
testCVE_2025_53506Method · 0.45
doTestHeaderLimitsMethod · 0.45
doTestCookieLimitMethod · 0.45
testConnectionTimeoutMethod · 0.45
testEmptyWindowMethod · 0.45
testTimeoutMethod · 0.45
testPathParamMethod · 0.45
testLargeHeaderMethod · 0.45

Calls 5

getPortMethod · 0.65
writeMethod · 0.65
flushMethod · 0.65
getBytesMethod · 0.45

Tested by

no test coverage detected