On Wed, Oct 14, 2020 at 12:14 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > > I modified it to use echo as the standard, it turns out apache handles > > properly terminating lines for you > > with CRLF. As for the lone echo, a double CRLF signals the end of the response > > header and the start of the body. Curl doesn't behave properly without it. > > You misunderstood me. I wasn't questioning the need for a blank line. > I found the inconsistency puzzling that all the previous ones (above) > were done with printf and the later one was done with echo. Ah yes that was just sloppy on my part =D