Please don't top post.  http://curl.haxx.se/mail/etiquette.html

On 24 November 2010 17:07, amit paliwal <[email protected]> wrote:
> Hi Dan,
>
> Thanks for the reply. I appreciate. Well My protocol is definitely on top of
> HTTPS. When I was using libcurl for the first time, I am able to send a GET
> request to a Server and then when server sends some message then my callback
> mentioned in writedata gets called, all this happens when I say
> curl_easy_perform().
>
> the sequence that I want to generate is:
> 1) I will send a GET request to my server
> 2) Server will reply.

Steps 1 and 2 sound like HTTP (or HTTPS).

> 3) server can send asynchronous messages and I will have to read it.
> 4)  I can also send asynchronous messages and reply to the messages coming
> from server.

These do not sound like HTTP or HTTPS to me.

-- 
Michael Wood <[email protected]>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to