]> git.ipfire.org Git - thirdparty/git.git/commit
pkt-line: replace "stateless separator" with "response end"
authorDenton Liu <liu.denton@gmail.com>
Fri, 9 Jul 2021 02:27:22 +0000 (19:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Jul 2021 18:51:17 +0000 (11:51 -0700)
commit8232a0ff48ce0959e20db9ffa1c4e16d4657dbec
treefe7f9b74d26f3029497aa6d4303be364d60c2018
parentb0df0c16ead4c5512d506dcbbdf31194d992803c
pkt-line: replace "stateless separator" with "response end"

In 0181b600a6 (pkt-line: define PACKET_READ_RESPONSE_END, 2020-05-19),
the Response End packet was defined for Git's network protocol. When the
patch was sent, it included an oversight where the error messages
referenced "stateless separator", the work-in-progress name, over
"response end", the final name chosen.

Correct these error messages by having them correctly reference
a "response end" packet.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pkt-line.c
remote-curl.c
serve.c