can anyone validate this patch to you codingstyles and rules and add to the Sources?
It change the hardcoded:
sprintf(parent_req, "CONNECT %s:%d HTTP/1.0\r\n\r\n", url->host, \ url->port);
to:
sprintf(parent_req, "CONNECT %s:%d %s\r\n\r\n", url->host, \ url->port,url->httpv);
which the client send.
I have edited: oops-1.5.22f1
al ;-) ===================================================================== If you would like to unsubscribe from this list send message to [EMAIL PROTECTED] with "unsubscribe oops-eng" in message body. Archive is accessible on http://lists.paco.net/oops-eng/
