summaryrefslogtreecommitdiff
path: root/changes-entries/core_request_buckets.txt
diff options
context:
space:
mode:
Diffstat (limited to 'changes-entries/core_request_buckets.txt')
-rw-r--r--changes-entries/core_request_buckets.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/changes-entries/core_request_buckets.txt b/changes-entries/core_request_buckets.txt
deleted file mode 100644
index 7e6bd920c4..0000000000
--- a/changes-entries/core_request_buckets.txt
+++ /dev/null
@@ -1,10 +0,0 @@
- *) core/mod_http: use REQUEST meta buckets and a new HTTP/1.x specific
- input filter to separate the handling for HTTP requests from the
- handling of HTTP/1.x request parsing and checks.
- A new HTTP1_REQUEST_IN filter installs itself on http/1.1 connections
- before a request is being read. It generates either a REQUEST meta
- bucket on success or an ERROR bucket with the proposed response status.
- The core connection processing, relying on ap_read_request(), now expects
- a REQUEST or ERROR bucket from the input filters and is agnostic to
- specific HTTP versions and how they bring requests into the server.
- [Stefan Eissing]