Is your question about CONNECT proxied SSL requests, or accelerated https:// requests received via https_port?
CONNECT is fundamentally different, as it opens a bidirectional tunnel to the requested server and simply relays whatever the client or server says to the other side. The code for this is in ssl.c (tunnel.cc in Squid-3). Accelerated https:// requests is handled the same as http requests, with the slight exception that the underlying connection is SSL encrypted. Regards Henrik ons 2003-04-02 klockan 09.59 skrev Massimiliano Cuzzoli: > Hi All, > > in SQUID 2.5 source code the clientSendMoreData() function is > fundamental for HTTP data transfer to the client. > What is the analogous function In HTTPS case? (It's the same?) > > Regards, > > Massimiliano -- Free Squid-users support provided by Henrik Nordstr�m <[EMAIL PROTECTED]> PayPal donations welcome if you consider my Free Squid support helpful. If you need commercial Squid support or cost effective Squid and firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, [EMAIL PROTECTED]
