fix module name in change entry

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2025-03-04 09:09:37 +00:00
parent e1fe1d8505
commit b1a1473add

View 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.