gt; Sent: Wednesday, February 8, 2012 4:35 PM
> Subject: Re: Interrupting a POST with file upload
>
> I don't think people groked my point very well. When you POST
> via HTTP/1.1, httpd will send a "Continue: 100" header before it
> starts doing blocking reads on
e in a long time.
- Original Message -
From: Vincent Veyron
To: mike cardeiro
Cc: Torsten Förtsch ; "modperl@perl.apache.org"
Sent: Wednesday, February 8, 2012 4:24 PM
Subject: Re: Interrupting a POST with file upload
Le mercredi 08 février 2012 à 05:53 -0800, mike cardeiro
er if the pending data
is too big, but I haven't looked at that codebase in a long time.
- Original Message -
> From: Vincent Veyron
> To: mike cardeiro
> Cc: Torsten Förtsch ; "modperl@perl.apache.org"
>
> Sent: Wednesday, February 8, 2012 4:24 PM
> Subjec
Le mercredi 08 février 2012 à 05:53 -0800, mike cardeiro a écrit :
> This is a fantastic list!
Agreed.
On the same note : I was recently presenting the legal case management
app in my sig to an institutional client in the south of France, and the
IT guy said that it had a 'fantastic architecture
> From: Torsten Förtsch
>
> Best would be if you could make an educated guess based on the Content-Length
> request header if the uploaded file will exceed the limit. Most clients send
> an "Expect: 100-continue" header and thus give the server a chance to
> decline
> the request *before* the
Torsten Förtsch wrote:
On Wednesday, 08 February 2012 10:14:35 André Warnier wrote:
As far as I know, LimitRequestBody is an absolute POST size limit set once
and for all in the server config, and valid for all POSTs (and PUTs) after
server restart.
If you look at the docs you'll find that Li
On Wednesday, 08 February 2012 10:14:35 André Warnier wrote:
> As far as I know, LimitRequestBody is an absolute POST size limit set once
> and for all in the server config, and valid for all POSTs (and PUTs) after
> server restart.
If you look at the docs you'll find that LimitRequestBody is val
t; Cc:
> Sent: Wednesday, February 8, 2012 4:14 AM
> Subject: Interrupting a POST with file upload
>
>T his refers to and follows another thread originally entitled "mod perl
> installed but not running", started by Mike Cardeiro.
>
> It seemed better to start a n
This refers to and follows another thread originally entitled "mod perl installed but not
running", started by Mike Cardeiro.
It seemed better to start a new thread with a subject more to the point of this
issue.
Perrin Harkins wrote:
> On Tue, Feb 7, 2012 at 7:26 PM, André Warnier wrote:
>>