MCPcopy Create free account
hub / github.com/apache/httpd / proxy_ftp_cleanup

Function proxy_ftp_cleanup

modules/proxy/mod_proxy_ftp.c:948–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946}
947
948static
949apr_status_t proxy_ftp_cleanup(request_rec *r, proxy_conn_rec *backend)
950{
951
952 backend->close = 1;
953 ap_set_module_config(r->connection->conn_config, &proxy_ftp_module, NULL);
954 ap_proxy_release_connection("FTP", backend, r->server);
955
956 return OK;
957}
958
959static
960int ftp_proxyerror(request_rec *r, proxy_conn_rec *conn, int statuscode, const char *message)

Callers 2

ftp_proxyerrorFunction · 0.85
proxy_ftp_handlerFunction · 0.85

Calls 2

ap_set_module_configFunction · 0.85

Tested by

no test coverage detected