summaryrefslogtreecommitdiff
path: root/changes-entries/core_secondary_conn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'changes-entries/core_secondary_conn.txt')
-rw-r--r--changes-entries/core_secondary_conn.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/changes-entries/core_secondary_conn.txt b/changes-entries/core_secondary_conn.txt
deleted file mode 100644
index 772fc78ce4..0000000000
--- a/changes-entries/core_secondary_conn.txt
+++ /dev/null
@@ -1,11 +0,0 @@
- *) core: adding a new hook and method to the API:
- create_secondary_connection and ap_create_secondary_connection()
- to setup connections related to a "master" one, as used in
- the HTTP/2 protocol implementation.
-
- *) mod_http2: using the new API calls to get rid of knowledge
- about how the core handles conn_rec specifics.
- Improvements in pollset stream handling to use less sets.
- Using atomic read/writes instead of volatiles now.
- Keeping a reserve of "transit" pools and bucket_allocs for
- use on secondary connections to avoid repeated setup/teardowns.