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

Method sendGoaway

test/org/apache/coyote/http2/Http2TestBase.java:896–900  ·  view source on GitHub ↗
(int streamId, int lastStreamId, long errorCode)

Source from the content-addressed store, hash-verified

894
895
896 void sendGoaway(int streamId, int lastStreamId, long errorCode) throws IOException {
897 byte[] goawayFrame = buildGoaway(streamId, lastStreamId, errorCode);
898 os.write(goawayFrame);
899 os.flush();
900 }
901
902
903 void sendWindowUpdate(int streamId, int increment) throws IOException {

Callers 1

Calls 3

buildGoawayMethod · 0.95
writeMethod · 0.65
flushMethod · 0.65

Tested by

no test coverage detected