> On 1 Dec 2020, at 14:29, Tim Wetzel <tim.wet...@desy.de> wrote:
> 
> Is there any possibility of having the module use, for example, a bucket 
> brigade or anything I am not aware of that is already in use by WebDAV and 
> thus operate on the request body of a file from a PUT request in 
> parallel/concurrently to WebDAV?

How does mod_request relate to your needs?

If you can't use it (e.g. because you have to deal with arbitrary-sized 
requests),
your choices would then be to adapt it (e.g. provide for it to use a file 
bucket 
to cache requests) or to go a level down and write your own input filter module.

That is, if I've understood you aright?

-- 
Nick Kew

Reply via email to