summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-06-18 16:56:27 -0400
committerJoey Hess2017-06-18 16:56:27 -0400
commit6acb52f5f9696bfa549fec827420f1672cd7a52b (patch)
treecc2fd0ff36b1d00eb5604047ee18506583bd0c93
parentca1fd74ebd2b6fd3915357a1130c3351e6754e0f (diff)
propellor spin
-rw-r--r--doc/todo/spin_failure_HEAD.mdwn9
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.