Re: https over proxy patch

Hi, I'm Michele from Italy

I've patched the libwww for implementing the CONNECT
method ( https over proxy ) but got another problem...
now libwww seem to work fine until the CONNECT
(estabilished) but after these method the program goes
on infinity loop !!!! :(

this is the log of my transaction.....



Timer....... Found timer 1fcc38 with callback 58708,
context 1fc098, and relative timeout 10000
EventOrder.. execute ordered events
EventList... calling socket 3, request 207500 handler
106600 type HTEvent_READ
Host Event.. host 209400 `192.168.3.1' closed
connection.
Host Event.. Host 209400 `192.168.3.1' had 39
extraneous bytes: `HTTP/1.0 200 Connection established

'
Timer....... Deleted active timer 1fcc38
Event....... No more events registered for socket 3
Event....... Reset MaxSock from 3 to 1
Event....... Socket 3 unregistered for HTEvent_READ
Event....... Couldn't find socket 3. Can't unregister
type HTEvent_WRITE
Channel..... Delete 209688 with semaphore 0, status 0
Channel..... Delete input stream 20b630 from channel
209688
Channel..... Delete input stream 20b630 from channel
209688
Socket read. FREEING....
Socket write FREEING....
Net Manager. Decreasing active sockets to 0, 1
persistent sockets
Channel..... Deleted 209688, socket 3
Net Manager. 0 active sockets, decreasing persistent
sockets to 0
Host info... removed host 209400 as persistent
Event Loop.. calling select: maxfds is 1
............ READ :
............ WRITE:
............ OOB  :
............ Timeout is 59 s, 651000 microsecs



had someone got the same problem ???
did someone resolved the problem ???

thanks
Michele





--- Srdjan Matovina -- Customer Engineering
<srdjan@scot.canada.sun.com> ha scritto: > Wrong.
Proxy always has http conection with the
> client, on CONNECT is opens a 
> tunel through the proxy on port 443 and establishes
> https connection whith 
> server.
> 
> Srdjan
> 
> >Date: Fri, 30 Mar 2001 18:50:19 +0200 (CEST)
> >From: Michele Ventimiglia <ventimi1972@yahoo.it>
> >Subject: Re: https over proxy patch
> >To: www-lib@w3.org
> >Cc: srdjan@opcom-mail.canada.sun.com
> >MIME-Version: 1.0
> >Content-Transfer-Encoding: 8bit
> >
> >
> >
> >I've set the proxy with
> >HTProxy_add("https","http://proxy:8080/");
> >I've set the second param to http://proxy:8080/
> >because the connection between my client and my
> proxy
> >use the HTTP protocol, and I've set the fisrt param
> to
> >https because I must use the proxy for https
> calls...
> >
> >is it all right ????
> >Thanks
> >Michele
> >
> >
> 

______________________________________________________________________
Do You Yahoo!?
Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it

Received on Wednesday, 11 April 2001 11:38:36 UTC