commit | 7841c4801ce51f1f62d376d164372e8677c6bc94 | [log] [tgz] |
---|---|---|
author | Lars Schneider <larsxschneider@gmail.com> | Mon Aug 29 19:55:09 2016 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 30 11:00:29 2016 -0700 |
tree | 3997218bc933001dddc43247b6b5976726655137 | |
parent | b31222cfb7f2fcdc5b3d76ce5fcebf6ff1929826 [diff] |
pack-protocol: fix maximum pkt-line size According to LARGE_PACKET_MAX in pkt-line.h the maximal length of a pkt-line packet is 65520 bytes. The pkt-line header takes 4 bytes and therefore the pkt-line data component must not exceed 65516 bytes. Signed-off-by: Lars Schneider <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>