Mailing List Archive

Re: Apache::Request weirdness
On Tue, 8 Feb 2000, Ilya Obshadko wrote:

> Hello,
>
> I've discovered the following. Suggest that you use Apache::Request
> object in both fixup handler and registry script. So we have:
>
> 1) unpredictable segmentation faults

can you get a stack trace for any of those?

> 2) when parsing POST data, only first-time call (in fixup handler)
> produces correct results, the other one returns crap.

again, POST data can only be read once, but Apache::Request could probably
give better diagnostics rather than returning "crap", it should just
return empty.