|
Gregory (Grisha) Trubetskoy
grisha at modpython.org
Thu Sep 29 11:23:56 EDT 2005
On Thu, 29 Sep 2005, Robert Brewer wrote:
> Iwasso 80s wrote:
>> If you aggressively click around our site one of two things
>> will often happen: the body of the page will return "0" as
>> the entire result set of the request; or it will return "0"
>> followed by what appears to be the header data (see
>> attached gif).
>
> Quick guess:
>
> apache.py, line 820
> OK = REQ_PROCEED = 0
>
> Somehow that value, which is usually returned from a request handler, is being written out.
Which will for example happen if you use the publisher and
return apache.OK
Grisha
|