On Sat, 2 Aug 2008, Shawn O. Pearce wrote:
Well, over git:// (or any protocol that wraps git:// like ssh) we assume a
full-duplex channel. Some proxy systems are able to do such a channel.
HTTP however does not offer it.
Yes it does. The CONNECT method is used to get a full-duplex channel to a
remote site through a HTTP proxy. The downside with that is of course that
most proxies are setup to disallow CONNECT to other ports than 443 (the https
default port).
--
/ daniel.haxx.se