"H. Peter Anvin" [off-list ref] wrote:
Shawn O. Pearce wrote:
quoted
+#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.