cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Re: FTP CURLOPT_POSTQUOTE with CURLOPT_NOBODY bug ?

From: Philippe Vaucher <pvaucher_at_infomaniak.ch>
Date: Tue, 24 Jan 2006 13:28:58 +0100

>Only when done multi-threaded? Only when connecting to the same server?

Well I'll test this out.

>That is just a totally bogus return code for FTP that would indicate a >serious confusion somewhere...

No it's not, look this :

01:37:21| >> send: DELE b.txt
01:37:21| << recv: 250 DELE command successful
01:37:21| >> send: QUIT
01:37:21| << recv: 221 Goodbye.
01:37:21| [info] Closing connection #0
01:37:21| [info] Maximum (0) redirects followed
01:37:21| [info] number of redirects hit maximum amount

As you can see, I receive a 250 command sucessful, then the threads ends and the connection is closed, and then I get the weird error.

>Aha. Any chance you can debug this to see if you can detect where it >goes wrong?

You mean debug the curl sources ? To be honest my deadline is close and I'd like to fix this bug without having to spend too much time into it, but if I have to I'll do it.

Thank you
Philippe
Received on 2006-01-24