]> git.ipfire.org Git - thirdparty/git.git/commit - serve.c
pkt-line: define PACKET_READ_RESPONSE_END
authorDenton Liu <liu.denton@gmail.com>
Tue, 19 May 2020 10:53:59 +0000 (06:53 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 May 2020 23:26:00 +0000 (16:26 -0700)
commit0181b600a6deb66a346dbcbe8300cf9e2467ebbb
tree505b09228bad56f93db3c56dc789dc9fe2747adb
parent74b082ad34fe2c727c676dac5c33d5e1e5f5ca56
pkt-line: define PACKET_READ_RESPONSE_END

In a future commit, we will use PACKET_READ_RESPONSE_END to separate
messages proxied by remote-curl. To prepare for this, add the
PACKET_READ_RESPONSE_END enum value.

In switch statements that need a case added, die() or BUG() when a
PACKET_READ_RESPONSE_END is unexpected. Otherwise, mirror how
PACKET_READ_DELIM is implemented (especially in cases where packets are
being forwarded).

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