"H. Peter Anvin" <hpa@xxxxxxxxx> wrote: > Shawn O. Pearce wrote: >> +#define hex(a) (hexchar[(a) & 15]) >> +static void chunked_write(const char *fmt, ...) >> +{ > > Maybe I am slightly confused, but I thought handling HTTP chunking for > HTTP/1.1+ clients was usually done by Apache above the level of the CGI > script? You may be right. Apache undoes the chunking during a POST before feeding the data to the CGI script. If we can omit this mess of code from git-http-backend that's a good thing. Thanks for the sanity check. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html