diff options
author | André Malo <nd@apache.org> | 2011-06-19 13:30:51 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2011-06-19 13:30:51 +0200 |
commit | e599423548d66f6411ed57d96c0a9cc881a1b573 (patch) | |
tree | 65b7e2cadebb9a81a8f50edbe3bcd4ffd346fdb1 /docs/manual/developer/new_api_2_4.html.en | |
parent | property and xml fixes. (diff) | |
download | apache2-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.en | 3 |
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> |