()
| 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 | /** |