]> granicus.if.org Git - apache/commitdiff
Last check-in went awry.
authorVictor J. Orlikowski <orlikowski@apache.org>
Thu, 28 Jun 2001 18:01:21 +0000 (18:01 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Thu, 28 Jun 2001 18:01:21 +0000 (18:01 +0000)
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

modules/proxy/proxy_ftp.c

index 17ef5e36fb4c030c51d819cbe4b57581afd553c4..4ff52939a2be84e449732546600a062c4d36d260 100644 (file)
@@ -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. */