cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Stripped keep-alive header

From: Allen Chan <innovation101_at_gmail.com>
Date: Fri, 13 Jan 2006 16:51:01 +0900

On 1/13/06, Allen Chan <innovation101_at_gmail.com> wrote:
> On 1/13/06, Daniel Stenberg <daniel_at_haxx.se> wrote:
> > On Fri, 13 Jan 2006, Allen Chan wrote:
>
> curl_easy_setopt(http_handle, CURLOPT_CONNECT_ONLY, 1);
> curl_easy_getinfo(http_handle, CURLINFO_HTTP_SOCKET, &s);
> curl_easy_getinfo(http_handle, CURLINFO_HTTP_PORT, &port);
>
> As you mentioned before, the HTTP might be a misnomer right, but I
> used it to mean tunneling through an HTTP proxy.
>
Wait, I just realized the HTTP names are totally wrong. since these
are locals. I'm removing the HTTP now.
Received on 2006-01-13