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
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_
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