Merge branch 'dl/packet-read-response-end-fix'

Error message update.

* dl/packet-read-response-end-fix:
  pkt-line: replace "stateless separator" with "response end"
This commit is contained in:
Junio C Hamano
2021-07-28 13:17:56 -07:00
3 changed files with 3 additions and 3 deletions

View File

@ -258,7 +258,7 @@ static int process_request(void)
state = PROCESS_REQUEST_DONE;
break;
case PACKET_READ_RESPONSE_END:
BUG("unexpected stateless separator packet");
BUG("unexpected response end packet");
}
}