On Mon, Feb 18, 2019 at 03:46:34PM -0500, Randall S. Becker wrote: > On February 18, 2019 15:41, Johannes Schindelin wrote: > > So could you try with this patch? > > > > -- snipsnap -- > > diff --git a/http-backend.c b/http-backend.c index d5cea0329a..7c1b4a2555 > > 100644 > > --- a/http-backend.c > > +++ b/http-backend.c > > @@ -427,6 +427,7 @@ static void inflate_request(const char *prog_name, > > int out, int buffer_input, ss > > > > done: > > git_inflate_end(&stream); > > + close(0); > > close(out); > > free(full_request); > > } > > In isolation or with the other fixes associated with t5562? Or, which > baseline commit should I use? 8989e1950a or d92031209a or some other? As far as I understand, it should be tried instead of https://public-inbox.org/git/20181124093719.10705-1-max@xxxxxxxxxx/