DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43275>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43275 Summary: Remove avoidable network transactions in mod_proxy_ftp Product: Apache httpd-2 Version: 2.3-HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When a directory or a file is requested in mod_proxy_ftp, and the user has not hinted what kind of resource it is(usual), the ftp client in mod_proxy_ftp tries the command SIZE first, and depending on its output, CWD or RETR. This is not required. instead, the CWD command can be used to test if the entity is directory or not, Reducing the number of network transactions required for a directory listing. This will not impact the normal RETR either. Moreover SIZE command, though widely implemented, is not part of the original FTP RFC 959. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
