Hi, I am writing a httpd module using Apache 2.2.6. I want to access the request stream with out dechunked when transfer encoding is chunked. I am using ap_setup_client_block(req,REQUEST_CHUNKED_DECHUNK) at the beginning and use ap_get_client_block to read data. Your help is greatly appreciated.
Thanks, -Manjula.
