From: Ruediger Pluem Date: Mon, 6 Jul 2020 12:15:02 +0000 (+0000) Subject: * Update logno X-Git-Tag: 2.5.0-alpha2-ci-test-only~1276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92470c0baa38f9e0bd4c559f50531cda7d195ed5;p=thirdparty%2Fapache%2Fhttpd.git * Update logno git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 74a49350633..94d75092d8a 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10257 +10258 diff --git a/modules/http2/h2_from_h1.c b/modules/http2/h2_from_h1.c index ca8fa0e49d2..0072ef1e653 100644 --- a/modules/http2/h2_from_h1.c +++ b/modules/http2/h2_from_h1.c @@ -388,7 +388,7 @@ static apr_status_t get_line(h2_response_parser *parser, apr_bucket_brigade *bb, */ status = apr_brigade_length(parser->tmp, 0, &brigade_length); if ((status != APR_SUCCESS) || (brigade_length > len)) { - ap_log_cerror(APLOG_MARK, APLOG_ERR, 0, task->c, APLOGNO() + ap_log_cerror(APLOG_MARK, APLOG_ERR, 0, task->c, APLOGNO(10257) "h2_task(%s): read response, line too long", task->id); return APR_ENOSPC;