Re: [Modcplusplus-user] time out during post requests
Brought to you by:
gr84b8,
johnksterling
From: sterling <ste...@co...> - 2002-04-15 19:02:13
|
On 15 Apr 2002, Nathan Stitt wrote: > On Mon, 2002-04-15 at 13:22, jo...@st... wrote: > > have you modified the exmpample cpp handler? > > > > > I'm not sure which handler your refering to. I've been testing with the > example/handler/test_handler.cpp. The only changes I've made is to add > mHits = 0 in the constructor, and then when I saw it wasn't handling > posts correctly, added a bunch of ap_log_error(...) calls. 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. sterling |