Commit bdcdb2e8 authored by Mladen Turk's avatar Mladen Turk
Browse files

Set the connection addr from connection pool addres

since proxy_ftp does not use the determine_connection
call.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111359 13f79535-47bb-0310-9956-ffa450edef68
parent 608d1019
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -926,6 +926,8 @@ static int proxy_ftp_handler(request_rec *r, proxy_worker *worker,
            }
            return status;
        }
        /* TODO: see if ftp could use determine_connection */ 
        backend->addr = worker->cp->addr;
        ap_set_module_config(c->conn_config, &proxy_ftp_module, backend);        
    }