From: Stefan Eissing Date: Tue, 4 Mar 2025 09:09:37 +0000 (+0000) Subject: fix module name in change entry X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1a1473add69d8d4b5a67c808ce00c3fb2ec54fb;p=thirdparty%2Fapache%2Fhttpd.git fix module name in change entry git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924164 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/h2_v2.0.30.txt b/changes-entries/h2_v2.0.30.txt index ddc0abc76f..edd12afef5 100644 --- a/changes-entries/h2_v2.0.30.txt +++ b/changes-entries/h2_v2.0.30.txt @@ -1,4 +1,4 @@ - *) mod_md: update to version 2.0.30 + *) mod_http2: update to version 2.0.30 - Fixed bug in handling over long response headers. When the 64 KB limit of nghttp2 was exceeded, the request was not reset and the client was left hanging, waiting for it. Now the stream is reset.