mod_cgi.c on 1.3 makes this call: if ((retval = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR))) return retval;
If I understand this, a browser cannot send chunked content to a cgi on the server. Why not use REQUEST_CHUNKED_DECHUNK? Bill
mod_cgi.c on 1.3 makes this call: if ((retval = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR))) return retval;
If I understand this, a browser cannot send chunked content to a cgi on the server. Why not use REQUEST_CHUNKED_DECHUNK? Bill