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

Method sendEarlyHints

java/org/apache/catalina/connector/Response.java:1151–1162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1149
1150
1151 public void sendEarlyHints() {
1152 if (isCommitted()) {
1153 return;
1154 }
1155
1156 // Ignore any call from an included servlet
1157 if (included) {
1158 return;
1159 }
1160
1161 getCoyoteResponse().action(ActionCode.EARLY_HINTS, null);
1162 }
1163
1164
1165 /**

Callers 3

sendErrorMethod · 0.95
doGetMethod · 0.45
doGetMethod · 0.45

Calls 3

isCommittedMethod · 0.95
getCoyoteResponseMethod · 0.95
actionMethod · 0.65

Tested by 2

doGetMethod · 0.36
doGetMethod · 0.36