apreq has clean handling of chunked POST data. You might start
there.
- Original Message -
> From: Raf
> To: modperl@perl.apache.org
> Cc:
> Sent: Monday, July 16, 2012 8:13 AM
> Subject: Mod-perl handling of Chunked POST's
>
>
> I am using Plack::Hand
I am using Plack::Handler::Apache2 to dispatch to a custom psgi which
handles POST requests of large files. I currently have the client side of
this chain posting with pl_upload API (not that it matters) which allows
the post to be sent chunked.
Empirically this appears to only invoke my ps