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=41676>. 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=41676 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19624|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2007-08-23 07:58 ------- Created an attachment (id=20692) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20692&action=view) mod_proxy_ftp.c refactoring patch (removes redundant functions) This is a patch to do: - organize the heavy mod_proxy_ftp_handler to be similar to mod_proxy_http (use the same functions as the mod_proxy_http where possible) The proxy_ftp_handler has been modeled after proxy_http_handler, and uses the same functions that is used in that. This allows us to remove the portion that does - acquire-connection, determine-connection, connect-backend and connection-create. A new function ap_proxy_ftp_request is added which implements the exclusively ftp logic. This function contains the rest of proxy_ftp_handler code. -- 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]
