From: Victor J. Orlikowski Date: Thu, 28 Jun 2001 18:01:21 +0000 (+0000) Subject: Last check-in went awry. X-Git-Tag: 2.0.20~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f88c2190b4350ae840ae375edb80cb7d830ec6f5;p=apache Last check-in went awry. Here is the intended message. Put the QUIT command back. Basically, when a LIST occurs, origin is not available for reading until the data connection is closed in passive mode. This takes care of that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89475 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_ftp.c b/modules/proxy/proxy_ftp.c index 17ef5e36fb..4ff52939a2 100644 --- a/modules/proxy/proxy_ftp.c +++ b/modules/proxy/proxy_ftp.c @@ -1638,6 +1638,7 @@ int ap_proxy_ftp_handler(request_rec *r, proxy_server_conf *conf, ap_pass_brigade(origin->output_filters, bb); ap_log_error(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, 0, r->server, "proxy: FTP: QUIT"); + /* responses: 221, 500 */ /* 221 Service closing control connection. */ /* 500 Syntax error, command unrecognized. */