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

Method hasDataToWrite

java/org/apache/coyote/ajp/AjpProcessor.java:1233–1235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1231
1232
1233 private boolean hasDataToWrite() {
1234 return responseMsgPos != -1 || socketWrapper.hasDataToWrite();
1235 }
1236
1237
1238 @Override

Callers 1

flushBufferedWriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected