*/
public class InternalNioInputBuffer extends AbstractInputBuffer {
+ /**
+ * Logger.
+ */
+ private static org.apache.juli.logging.Log log
+ = org.apache.juli.logging.LogFactory.getLog(InternalNioInputBuffer.class);
// -------------------------------------------------------------- Constants
if ( readSocket(true, false)==0 ) return false;
}
parsingRequestLinePhase = 2;
+ if (log.isDebugEnabled()) {
+ log.debug("Received ["
+ + new String(buf, pos, lastValid - pos, "ISO-8859-1")
+ + "]");
+ }
}
if ( parsingRequestLinePhase == 2 ) {
//