Jeff King <peff@xxxxxxxx> writes: > On Tue, Oct 27, 2020 at 02:52:50AM -0400, Jeff King wrote: > >> - we'll report an eof with a more detailed "protocol error: eof while >> reading sideband packet", rather than the generic "the remote end >> hung up unexpectedly" > > I wasn't sure if "eof" was too jargon-y. This is probably a message > normal users are likely to see if the network drops out on them. We were expecting to see something, and instead of seeing that specific thing we were waiting, we saw the end-of-file? That sounds like "the other side hung up unexpectedly" to me. Does it bother you for being "too generic" because it does not say what we were expecting to see? "unexpected disconnect while waiting for a sideband packet"?