• Jim Jagielski's avatar
    Merge r1729929 from trunk: · adda6f6f
    Jim Jagielski authored
    Introduce an ap_get_useragent_host() accessor to replace the old
    ap_get_remote_host() in most applications, but preserve the original
    behavior for all ap_get_remote_host() consumers (mostly, because we
    don't have the request_rec in the first place, and also to avoid any
    unintended consequences).
    
    This accessor continues to store the remote_host of connection based
    uesr agents within the conn_rec for optimization.  Only where some
    other module modifies the useragent_addr will we perform a per-request
    query of the remote_host.
    
    (Fixed compilation issues noted by Ranier, applies to 2.4.x trunk,
    modulo CHANGES and ap_mmn.h)
    
    
    Submitted by: wrowe
    Reviewed/backported by: jim
    
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733281 13f79535-47bb-0310-9956-ffa450edef68
    adda6f6f
To find the state of this project's repository at the time of any of these versions, check out the tags.