Merge branch 'js/avoid-split-sideband-message'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:37 +0000 (13:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:37 +0000 (13:17 -0800)
commit6b9f5096eb034cc59a0a71b86ae65eb9433c8ea8
treebde79de138bb1039dda0b27b360969114b3610c5
parente2850a27a95c6f5b141dd88398b1702d2e524a81
parent712b0377db60e0d3ac8bf3332022dfcd01e29afa
Merge branch 'js/avoid-split-sideband-message'

The side-band status report can be sent at the same time as the
primary payload multiplexed, but the demultiplexer on the receiving
end incorrectly split a single status report into two, which has
been corrected.

* js/avoid-split-sideband-message:
  test-pkt-line: drop colon from sideband identity
  sideband: report unhandled incomplete sideband messages as bugs
  sideband: avoid reporting incomplete sideband messages
sideband.c