summaryrefslogtreecommitdiffstats
path: root/changes-entries/h2_flush_fix.txt
diff options
context:
space:
mode:
Diffstat (limited to 'changes-entries/h2_flush_fix.txt')
-rw-r--r--changes-entries/h2_flush_fix.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/changes-entries/h2_flush_fix.txt b/changes-entries/h2_flush_fix.txt
deleted file mode 100644
index b44a3319f6..0000000000
--- a/changes-entries/h2_flush_fix.txt
+++ /dev/null
@@ -1,4 +0,0 @@
- *) mod_http2: fixed a bug in flushing pending data on an already closed
- connection that could lead to a busy loop, preventing the HTTP/2 session
- to close down successfully. Fixed PR 66624.
- [Stefan Eissing]