On 11/21/03(21:11) you =?iso-8859-1?Q?Olaf_K=F6nig_|_4all-media.de_=5Bnew_media_company=5D?= <olaf.koenig@4all-media..> wrote |we put the Delegate to version 8.7.7 and have the following problem: ... |The configuration looks up as follows: ... |SSLTUNNEL=1.1.1.1:8008 ... |If we under the same configuration the Delegate 7.7.1 use functioned it |perfectly, nevertheless the Performance is very bad. SSLTUNNEL with HTTP protocol has been disabled since the modification at 8.4.0. It will be fixed as the enclosed patch. The fixed version will be released as 8.7.8. Cheers, Yutaka -- D G Yutaka Sato <y.sato@delegate.org> http://www.delegate.org/y.sato/ ( - ) National Institute of Advanced Industrial Science and Technology (AIST) _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan Do the more with the less -- B. Fuller diff -cr ../dist/delegate8.7.7/src/master.c ./src/master.c *** ../dist/delegate8.7.7/src/master.c Fri Aug 29 11:45:24 2003 --- ./src/master.c Sat Nov 22 15:38:31 2003 *************** *** 1964,1969 **** --- 1964,1972 ---- RFC822_addHeaderField(msg,auth); } } + toProxy = 0; /* don't use HTTP-Proxy protocol with the server */ sv1log("SSL-TUNNEL<< %s:%d\n",host,port); wcc = write(sock,msg,strlen(msg)); rcc = RecvLine(sock,resp,sizeof(resp));