* Andy Grundman <[EMAIL PROTECTED]> [2007-05-06 17:15]: > On May 6, 2007, at 10:44 AM, Bernhard Graf wrote: > >BTW Catalyst::Plugin::Compress::Zlib also needs some work, > >because it generally takes $c->res->body as a scalar buffer. > > Yeah the compression plugins are old and don't support > streaming. Patches welcome!
Shouldn’t this code be factored out in some base class so not all engines and plugins need to reimplement the quacks-like-a-file- handle tests etc? That would also make it easier to keep them consistent across implementations, and would make it more likely that implementations stay in synch in terms of feature support. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
