doc: fix wrong 4-byte length of pkt-line message
authorJiuyang Xie <jiuyangxie@gmail.com>
Thu, 21 May 2020 11:32:38 +0000 (19:32 +0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2020 17:52:01 +0000 (10:52 -0700)
commit2c31a7aa4459f0036aad76e4a0f2c0ddaebb4fc3
tree521f0ef2c31622358e5ac344b5f48627fdb7c5da
parentaf6b65d45ef179ed52087e80cb089f6b2349f4ec
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>
Documentation/technical/http-protocol.txt
Documentation/technical/pack-protocol.txt