doc: fix wrong 4-byte length of pkt-line message
The first four bytes of the line, the pkt-len, indicates the total length of the pkt-line in hexadecimal. Fix wrong pkt-len headers of some pkt-line messages in `http-protocol.txt` and `pack-protocol.txt`. Reviewed-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Jiuyang Xie <jiuyang.xjy@alibaba-inc.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
af6b65d45e
commit
2c31a7aa44
@ -216,7 +216,7 @@ smart server reply:
|
||||
S: 001e# service=git-upload-pack\n
|
||||
S: 0000
|
||||
S: 004895dcfa3633004da0049d3d0fa03f80589cbcaf31 refs/heads/maint\0multi_ack\n
|
||||
S: 0042d049f6c27a2244e12041955e262a404c7faba355 refs/heads/master\n
|
||||
S: 003fd049f6c27a2244e12041955e262a404c7faba355 refs/heads/master\n
|
||||
S: 003c2cb58b79488a98d2721cea644875a8dd0026b115 refs/tags/v1.0\n
|
||||
S: 003fa3c2e2402b99163d1d59756e5f207ae21cccba4c refs/tags/v1.0^{}\n
|
||||
S: 0000
|
||||
|
Reference in New Issue
Block a user