Made Curl_GetFTPResponse() use lots less code and instead use the proper
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Aug 2007 14:06:00 +0000 (14:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Aug 2007 14:06:00 +0000 (14:06 +0000)
commitda4a7767583a7805aabedb2adea4f47cfbc724e7
tree507627aa7c74e587ee14eee74de5d2508945797f
parent1b66c1da6c6cf6e33bedbc01c93f5d4c48de4e55
Made Curl_GetFTPResponse() use lots less code and instead use the proper
low-level ftp_readresp() function. Hopefully adressing bug #1779054.
lib/ftp.c