curl-library
RE: Re-init curl handle needed on errors?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 12 Nov 2001 23:26:28 +0100 (MET)
Received on 2001-11-12
Date: Mon, 12 Nov 2001 23:26:28 +0100 (MET)
On Mon, 12 Nov 2001, Daniel Stenberg wrote:
> This is an error in the library all right. As can be seen above, when you
> try to do the second request, you first get the reply back from the
> previous request ("226 Transfer complete") instead of the reply for the
> "CWD" command as it was expecting.
>
> This needs to be fixed in the library. I'll have a look at it tonight or
> tomorrow.
Bing, here's a patch that I think will solve this problem.
Feedback on this is appreciated. This'll be committed to CVS in a minute.
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
- TEXT/PLAIN attachment: ftp-multi.patch