Re: cvsimport using proxy?

From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Date: 2005-10-05 23:55:55
Hi,

On Wed, 5 Oct 2005, Matthias Urlichs wrote:

> HTTP proxies are quite simple, you say 
> 
>    1. Connect to Proxy Server.
>    2. Issue CONNECT Host:Port HTTP/1.1<CR><LF>.
>    3. Issue <CR><LF>.
>    4. Wait for a line of response.
>       If it contains HTTP/1.X 200 , the connection is successful.
>    5. Read further lines of response until you receive an empty line.
>    6. Now, you are connected to outside world through a proxy.
>       Do any data exchange you want.

Even simpler is to use transconnect, which transparently uses the proxy by 
intercepting the connect method using LD_PRELOAD.

Ciao,
Dscho

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Wed Oct 05 23:56:43 2005

This archive was generated by hypermail 2.1.8 : 2005-10-05 23:56:46 EST