Commit 4fff75e8 authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

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
parent 9713e647
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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. */