cURL
Haxx ad
libcurl

Shopping cart software, Online file storage, Online photo storage, Hosted shopping cart, Contact management software, Email marketing software, Project management software, Issue tracking software, Online notepad, Web publishing software

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-library Archives

Re: Problem with Https Post on already opened connections

From: Marco Maggi <marco.maggi-ipsu_at_poste.it>
Date: Wed, 25 Nov 2009 20:34:54 +0100

"Massimo" wrote:
> Estabilish an https connection towards a web server
> without any http message exchange (using
> curl_easy_setopt(myCurl, CURLOPT_CONNECT_ONLY, TRUE))
>
> After a while, send an HTTP POST to the already connected
> web server.

It is my understanding that, if you set the connect-only
option, "curl_easy_perform()" will only establish the
connection. ;-) After that you have to use the
"curl_easy_send()" and "curl_easy_recv()" API; the whole
protocol implementation is on your shoulders.

HTH

-- 
Marco Maggi
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-11-25

These mail archives are generated by hypermail.

donate! Page updated November 16, 2009.
web site info

File upload with ASP.NET