I sent this yesterday and it didn't go through for some reason - However, I have more data now.
We are working with the MasonX::Plugin::Compress module, and discovered
that it gets a bit confused if flush_buffer was called by a component
that is being processed. Is there a convenient way for a plugin to tell
if a request object has been "flushed" ?
Note that we have tried using the internal request method
sent_http_headers as a way of detecting this, but it does NOT appear to
work under mod_perl 2 in the same way it does under mod_perl 1
and under CGI.
Shane

