cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl blocking in multi-mode when doing proxied https fetch from bad host

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 23 Jan 2007 12:12:34 +0100 (CET)

On Tue, 23 Jan 2007, Adam D. Moss wrote:

> This is the relevant part of the stack trace while blocked
> (libcurl 7.12.2) - does it provide evidence either way?
>
> #5 0xf7cb6751 in select () from /emul/ia32-linux/lib/tls/i686/cmov/libc.so.6
> #6 0x08b1031d in Curl_ConnectHTTPProxyTunnel (conn=0x17c22530, sockindex=0,
> hostname=0xbb161f0, remote_port=29065)
> at http.c:1000

Yes indeed, Curl_ConnectHTTPProxyTunnel() was the name of the function back
then that does the CONNECT and waits for the response.

You'll find that it has been renamed since but the functionality is basically
still the same, as far as I can recall.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-01-23