/* If the header was (partially) read it's an error, this
* is not a gzip Content-Encoding, as claimed.
*/
- ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO()
+ ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02619)
"Encountered premature end-of-stream while "
"reading inflate header");
return APR_EGENERAL;
}
ctx->zlib_flags = ctx->header[3];
if ((ctx->zlib_flags & RESERVED)) {
- ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO()
+ ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02620)
"inflate: bad flags %02x",
ctx->zlib_flags);
return APR_EGENERAL;