]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix module name in change entry
authorStefan Eissing <icing@apache.org>
Tue, 4 Mar 2025 09:09:37 +0000 (09:09 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 4 Mar 2025 09:09:37 +0000 (09:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924164 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/h2_v2.0.30.txt

index ddc0abc76fdd4caed5a207ac18ab94711fb809ec..edd12afef5720da3692ea2be5ed3012e2c5b0f08 100644 (file)
@@ -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.