Re: [Modcplusplus-user] time out during post requests
Brought to you by:
gr84b8,
johnksterling
From: <jo...@st...> - 2002-04-16 17:05:47
|
On 16 Apr 2002, Nathan Stitt wrote: > On Mon, 2002-04-15 at 13:59, sterling wrote: > > > cool - i think i just found the problem. if your handler expects POSTs it > > either need to suck the content out of the bucket, or tell the request to > > discard it before returning..... i just committed it to cvs - are you > > building from cvs? or using the tarball up on sourceforge? i'll update > > the tarball with the change. > > > > It looks as though that fixed it! So all I was missing reading the > content? I was mistakenly ignoring it for the purpose of my simple > tests, I guess apache didn't like that. yup - if you are planning on not reading the content, apache needs to be told via pRequest->discard_request_body() method. sterling |