Re: [PATCH] fix pack protocol example client/server communication

2019-03-17 Thread Junio C Hamano
Mike Hommey writes: > The pkt-line formatted lines contained the wrong pkt-len. Wow. > > Signed-off-by: Mike Hommey > --- > Documentation/technical/pack-protocol.txt | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Documentation/technical/pack-protocol.txt > b

[PATCH] fix pack protocol example client/server communication

2019-03-16 Thread Mike Hommey
The pkt-line formatted lines contained the wrong pkt-len. Signed-off-by: Mike Hommey --- Documentation/technical/pack-protocol.txt | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt in