Re: [Modcplusplus-user] time out during post requests
Brought to you by:
gr84b8,
johnksterling
From: Nathan S. <na...@al...> - 2002-04-16 13:34:15
|
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. Thanks for all your help on this. Now I can start focusing on getting an actually library together for easily accessing the get and post values. Later, nathan |