Re: apache + mod_perl --> chunk mode trailer

2002-08-14 Thread Fang Cheng
What is subrequests? It is HTTP POST request, and that invokes some perl CGI script. No matter what CGI script it is invoking, this problem is always there for a 200 response... Fang --- darren chamberlain <[EMAIL PROTECTED]> wrote: > * Fang Cheng <[EMAIL PROTECTED]> [200

apache + mod_perl --> chunk mode trailer missing

2002-08-13 Thread Fang Cheng
I have a problem with the HTTP response in the chunk mode using mod_perl that the chunk mode trailer was not send back to the client under the chunk mode. When apache sends a response in the chunk mode, the mod_perl handler invokes the ap_send_http_header() function in the apache src/main/http_

apache + mod_perl --> chunk mode trailer

2002-08-13 Thread Fang Cheng
I have a problem with the HTTP response in the chunk mode using mod_perl. When apache sends a response in the chunk mode, the mod_perl handler invokes the ap_send_http_header() function in the apache src/main/http_protocol.c file, and the r->chunked flag is set to 1 (by the ap_keep_alive() func