diff options
| -rw-r--r-- | doc/todo/spin_failure_HEAD.mdwn | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/todo/spin_failure_HEAD.mdwn b/doc/todo/spin_failure_HEAD.mdwn index b1ec4de3..af525f61 100644 --- a/doc/todo/spin_failure_HEAD.mdwn +++ b/doc/todo/spin_failure_HEAD.mdwn @@ -91,7 +91,10 @@ Sending privdata (73139 bytes) to kite.kitenet.net ... done > > > > * Fairly sure it's not on the local side's sendGitUpdate, > > where "git upload-pack ." is simply run and fed over ssh. -> > * Could be in gitPushHelper, perhaps it's truncating -> > data somehow? +> > * Could be in gitPushHelper, perhaps it's failing to write +> > some of the first lines somehow? > > * Could be something on the remote side is consuming stdin -> > that is not supposed to, and eats some of the protocol. +> > that is not supposed to, and eats some of the protocol.a +> > +> > I added debug dumping to gitPushHelper, and it seems to be +> > reading the same truncated data. |
