On Thu, Jan 3, 2019 at 3:05 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Masaya Suzuki <masayasuzuki@xxxxxxxxxx> writes: > > > This makes it possible for servers to send an error message back to clients in > > an arbitrary situation. > > > > The first patch was originally sent in [1]. This version includes some fix. > > > > The second patch was originally sent in [2]. Later, this was cherry-picked in > > [3]. In the discussion in [3], we agreed that this error packet handling should > > be done only against the Git pack protocol handling code. With this agreement, > > the patch series sent in [3] is abandoned (according to [4]). This is a patch > > series based on that agreement on limiting the error packet handling. > > In short, are you shooting js/smart-http-detect-remote-error topic > down and replacing it with this one? > > As that topic is not yet in 'next', I am perfectly fine doing that. > I just want to make sure that is what you meant, as my reading of > [4] was a bit fuzzy. Sorry, I think I referenced a wrong email. [4] was meant to be https://public-inbox.org/git/20181219233005.GI37614@xxxxxxxxxx/. I think he wants to have https://public-inbox.org/git/20181116084725.GA31603@xxxxxxxxxxxxxxxxxxxxx/, https://public-inbox.org/git/20181116084838.GB31603@xxxxxxxxxxxxxxxxxxxxx/, and https://public-inbox.org/git/20181116084951.GC31603@xxxxxxxxxxxxxxxxxxxxx/ for js/smart-http-detect-remote-error.