]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #1194: FTP data connection fails on some FTP servers when requesting
authorserassio <>
Sun, 30 Jan 2005 02:14:08 +0000 (02:14 +0000)
committerserassio <>
Sun, 30 Jan 2005 02:14:08 +0000 (02:14 +0000)
commit18ed7c61d2012122353c64dd058e7207c7d23e26
treebf793e38546ee99ad9dfd27cd7f1fe626a8ba666
parent1205909e0baa1edb9eb47f2480d19f951807c23b
Bug #1194: FTP data connection fails on some FTP servers when requesting
directory without a trailing slash

This patch simplifies FTP data connection management to always reopen a
new connection after a failed FTP request.

Forward port of 2.5 patch.
src/ftp.cc