Hi,
I haven't been able to find any documentation on how (or if) CGI handles Transfer-Encoding: chunked. It looks to me like Apache is eating the chunk size line, as the first byte of data I read from stdin is the data I'm posting. I can clearly see the chunk size line preceding the data in a packet capture of the http post.
Does Apache CGI support Transfer-Encoding: chunked? Is there documentation of how it works?
Thanks,
Chris