validation data is available in the first round.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475920
13f79535-47bb-0310-9956-
ffa450edef68
VALIDATION_SIZE);
if (ctx->stream.avail_in > VALIDATION_SIZE) {
ctx->validation_buffer_length = VALIDATION_SIZE;
+ ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
+ "Zlib: %d bytes of garbage at the end of "
+ "compressed stream.",
+ ctx->stream.avail_in - VALIDATION_SIZE);
} else if (ctx->stream.avail_in > 0) {
ctx->validation_buffer_length = ctx->stream.avail_in;
}