]> granicus.if.org Git - apache/commit
mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths.
authorYann Ylavic <ylavic@apache.org>
Mon, 16 Jun 2014 20:26:24 +0000 (20:26 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 16 Jun 2014 20:26:24 +0000 (20:26 +0000)
commitec95d72c5aa71899d6a833aff6c580296bb0011f
tree2500d90f78977714404feb4f7d43981948f0d410
parent45c913ca2476257c69641e7f252b25fa446e05f1
mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths.
Since connect() to UDS path is used at several places, introduce
ap_proxy_connect_uds() in proxy_util.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602989 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_fdpass.c
modules/proxy/proxy_util.c