git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "André Goddard Rosa" <andre.goddard@gmail.com>
To: "Pavel Roskin" <proski@gnu.org>
Cc: "Git Mailing List" <git@vger.kernel.org>,
	"Linus Torvalds" <torvalds@osdl.org>,
	"Ribeiro, Humberto Plinio" <humberto.ribeiro@siemens.com>
Subject: Re: Git clone stalls at a read(3, ...) saw using strace
Date: Thu, 27 Jul 2006 15:16:33 -0400	[thread overview]
Message-ID: <b8bf37780607271216i5b1d8d34n900ffeacbe81f380@mail.gmail.com> (raw)
In-Reply-To: <1154025679.13273.5.camel@dv>

On 7/27/06, Pavel Roskin <proski@gnu.org> wrote:
> On Thu, 2006-07-27 at 10:50 -0700, Linus Torvalds wrote:
> > Nope. I have a fairly constant 120kbps, and:
> >
> > [torvalds@g5 ~]$  git clone git://source.mvista.com/git/linux-davinci-2.6.git
> > Checking files out...)
> >  100% (19754/19754) done
>
> Same thing here.  Current git from the master branch.

Forgot to say that we are using this script in GIT_PROXY_COMMAND
environment variable:

(echo "CONNECT $1:$2 HTTP/1.0"; echo; cat ) | nc <proxy_add> <portnum>
| (read a; read a; cat )

The first 'read a' removes the 'CONNECT SUCCESS HTTP RESPONSE 200' and
the second removes an empty line as described here:

http://www.gelato.unsw.edu.au/archives/git/0605/20664.html

I will try from home later again.

Thanks,
-- 
[]s,
André Goddard

  reply	other threads:[~2006-07-27 19:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-27 12:16 Git clone stalls at a read(3, ...) saw using strace André Goddard Rosa
2006-07-27 16:38 ` Pavel Roskin
2006-07-27 16:43   ` André Goddard Rosa
2006-07-27 16:54     ` Linus Torvalds
2006-07-27 17:17       ` André Goddard Rosa
2006-07-27 17:25         ` André Goddard Rosa
2006-07-27 17:50           ` Linus Torvalds
2006-07-27 17:57             ` André Goddard Rosa
2006-07-27 18:41             ` Pavel Roskin
2006-07-27 19:16               ` André Goddard Rosa [this message]
2006-07-28  9:56                 ` André Goddard Rosa
2006-07-28  9:58                   ` André Goddard Rosa
2006-07-28 13:36                     ` Ribeiro, Humberto Plinio
2006-07-28 13:57                       ` André Goddard Rosa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b8bf37780607271216i5b1d8d34n900ffeacbe81f380@mail.gmail.com \
    --to=andre.goddard@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=humberto.ribeiro@siemens.com \
    --cc=proski@gnu.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).