On Fri, 29 Aug 2008 22:28:05 +0200, David Welton wrote > > I'm working on apache_multipart_buffer, but > > I think the next week is going to be busy. > > The thing to look at with that is this: > > apache-1/apache_multipart_buffer.c >
the file in apache-2 basically differs only for the api calls towards apache and other calls that have been removed because deleted from apache 2 api. > Which comes from here: > > http://httpd.apache.org/apreq/ > > Which I'm sure is now compatible with Apache 2.x > I was taking inspiration from Nick Kew's mod_upload.c which is an input filter with a simple but neat implementation of the multipart parser. I imagine moving to a filter the whole mechanism could be an approach, but before we fancy about major reorganization I'd like to have a rivet version reasonably stable for every feature. -- Massimo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
