]> granicus.if.org Git - apache/commit
Introduce new function ap_get_conn_socket() to access the socket of
authorStefan Fritsch <sf@apache.org>
Mon, 13 Jun 2011 16:02:18 +0000 (16:02 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 13 Jun 2011 16:02:18 +0000 (16:02 +0000)
commitfba947527f8d3810bea19ebeda8276e93f623559
tree38e6856aff2425e75337124fcb5e34f54d454b77
parent04d48349bbbbeb10e523058d855e9cb8607a9a34
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
13 files changed:
CHANGES
docs/manual/developer/new_api_2_4.xml
include/ap_mmn.h
include/http_core.h
modules/echo/mod_echo.c
modules/experimental/mod_noloris.c
modules/filters/mod_reqtimeout.c
modules/http/http_core.c
modules/proxy/mod_proxy_connect.c
modules/proxy/mod_proxy_fdpass.c
server/connection.c
server/core.c
server/protocol.c