]> granicus.if.org Git - apache/commitdiff
mod_deflate: update empty log tags.
authorYann Ylavic <ylavic@apache.org>
Fri, 11 Apr 2014 18:59:30 +0000 (18:59 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 11 Apr 2014 18:59:30 +0000 (18:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1586745 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/filters/mod_deflate.c

index 5af6e7c1bce4127404f73292307d39a95027d55c..7dabb45b397de908154cd149c62dc8e7527b7c1a 100644 (file)
@@ -1 +1 @@
-2619
+2621
index 2d4544a676e0b65fda4c5f5d5855a433f36d051f..96205f19701578a872b9682e8633b8a2939eafaa 100644 (file)
@@ -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;