From: Yann Ylavic Date: Fri, 11 Apr 2014 18:59:30 +0000 (+0000) Subject: mod_deflate: update empty log tags. X-Git-Tag: 2.5.0-alpha~4322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ee747a93d003c9995f19ce7b689abccc62d2309;p=apache mod_deflate: update empty log tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1586745 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 5af6e7c1bc..7dabb45b39 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2619 +2621 diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index 2d4544a676..96205f1970 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -1101,7 +1101,7 @@ static apr_status_t deflate_in_filter(ap_filter_t *f, /* 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; @@ -1633,7 +1633,7 @@ static apr_status_t inflate_out_filter(ap_filter_t *f, } 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;