summaryrefslogtreecommitdiffstats
path: root/changes-entries/core_secondary_conn.txt
blob: 772fc78ce42b6427eef2bbb60764b188c0fa1c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
  *) 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.