]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #1758: HEAD on ftp:// URLs always returned 200 OK.
authorhno <>
Tue, 19 Sep 2006 05:13:21 +0000 (05:13 +0000)
committerhno <>
Tue, 19 Sep 2006 05:13:21 +0000 (05:13 +0000)
commita7085ac7cde1c6d9284749437dde4e9c3a4afe4a
tree4edc316efddaee7098bce4ad4e33de9aa7b7faae
parentf16fbc821da7fe7ea65333ff7832f18625de400b
Bug #1758: HEAD on ftp:// URLs always returned 200 OK.

The FTP gateway took a little to narrow shortcut when processing HEAD
requests, not even verifying that the file esists (only directory).
src/ftp.cc