cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Trying not to wait for reply

From: Michael Wood <esiotrot_at_gmail.com>
Date: Tue, 17 Aug 2010 11:01:54 +0200

On 17 August 2010 08:18, Jess Hmby <tyo7_at_hotmail.com> wrote:
> Hi Daniel, I couldn't do that because I am never going to receive a response
> (in the client) coming from that connection. I partially solved the problem
> setting a timeout (CURLOPT_TIMEOUT) but it is not a nice way in mi opinion
> because it's time that I loose there and I dont think it is safe.

It doesn't sound like your server is an HTTP server. It might be
similar, but if it is not HTTP, then libcurl might not be the best way
to talk to it, since libcurl talks HTTP (or FTP, etc., etc.)

What protocol does your server actually speak?

Also, please don't top post.

-- 
Michael Wood <esiotrot_at_gmail.com>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-08-17