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

Function ftp_proxyerror

modules/proxy/mod_proxy_ftp.c:959–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959static
960int ftp_proxyerror(request_rec *r, proxy_conn_rec *conn, int statuscode, const char *message)
961{
962 proxy_ftp_cleanup(r, conn);
963 return ap_proxyerror(r, statuscode, message);
964}
965/*
966 * Handles direct access of ftp:// URLs
967 * Original (Non-PASV) version from

Callers 1

proxy_ftp_handlerFunction · 0.85

Calls 2

proxy_ftp_cleanupFunction · 0.85
ap_proxyerrorFunction · 0.85

Tested by

no test coverage detected