hi all joe schaefer suggested on modperl@ that having access to apr_brigade_flatten might be of use. at least in the context of Apache::Request::Upload you could use
my $upload_data = $req->upload('file')->bb->flatten; to essentially slurp up the file without iterating the brigade manually. I'm not sure about how this would fit into filters, since I guess there are multiple brigades, but I'm not sure. anyway, any arguments against opening it up? (with tests, of course :) --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]