I'm running across one particularly troubling example in the MS ISAPI example extensions [other than all of the bugs I've documented at www.apache.org/~wrowe/]
There is a chunking example that sends a chunked response to the client. I imagine other authors have written similar cgi scripts that attempt to do this as well. Suppose we look for the cgi/isapi to set the chunked response flag, and then insert our dechunk filter at the head of the output stack? Think that would fly? Of course we would simply rechunk later, but that's based on the server core. Bill
