summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer/new_api_2_4.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2011-06-19 13:30:51 +0200
committerAndré Malo <nd@apache.org>2011-06-19 13:30:51 +0200
commite599423548d66f6411ed57d96c0a9cc881a1b573 (patch)
tree65b7e2cadebb9a81a8f50edbe3bcd4ffd346fdb1 /docs/manual/developer/new_api_2_4.html.en
parentproperty and xml fixes. (diff)
downloadapache2-e599423548d66f6411ed57d96c0a9cc881a1b573.tar.xz
apache2-e599423548d66f6411ed57d96c0a9cc881a1b573.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/new_api_2_4.html.en')
-rw-r--r--docs/manual/developer/new_api_2_4.html.en3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en
index 547695c6f8..0a0404f4c0 100644
--- a/docs/manual/developer/new_api_2_4.html.en
+++ b/docs/manual/developer/new_api_2_4.html.en
@@ -119,6 +119,9 @@
initial configuration preflight phase or not. This is both easier to
use and more correct than the old method of creating a pool userdata
entry in the process pool.</li>
+ <li>New function ap_get_conn_socket to get the socket descriptor for a
+ connection. This should be used instead of accessing the core
+ connection config directly.</li>
</ul>