On 9/27/2010 6:09 AM, Peter Janovsky wrote:
> Are you returning the value of 200 within a module you've written? I
> encountered a
> similar issue within a C module specific to valid requests. It was resolved
> by returning
> the internal constant OK.
This is a generalized issue of serving Err
Are you returning the value of 200 within a module you've written? I
encountered a similar issue within a C module specific to valid requests. It
was resolved by returning the internal constant OK.
On Sep 27, 2010, at 5:27, Nico Coetzee wrote:
> Hi - don't know if anybody else have come ac