mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
Introduce new function ap_get_conn_socket() to access the socket of
a connection git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -118,6 +118,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>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user