]> granicus.if.org Git - curl/commit
Max Katsev reported that when doing a libcurl FTP request with
authorDaniel Stenberg <daniel@haxx.se>
Wed, 26 Sep 2007 12:00:01 +0000 (12:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Sep 2007 12:00:01 +0000 (12:00 +0000)
commita6315359d742bdf967ba3ee1db3e0b7e5a3956fe
treec576f8ea1123ab16f7328baeb0db5ac629563649
parent966130132f75e0c30b176281081721bcb19e234d
Max Katsev reported that when doing a libcurl FTP request with
CURLOPT_NOBODY enabled but not CURLOPT_HEADER, libcurl wouldn't do TYPE
before it does SIZE which makes it less useful. I walked over the code and
made it do this properly, and added test case 542 to verify it.
CHANGES
RELEASE-NOTES
lib/ftp.c
lib/urldata.h
tests/data/test542 [new file with mode: 0644]
tests/libtest/Makefile.am
tests/libtest/lib542.c [new file with mode: 0644]