lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Jan 18, 2011 at 11:06, Marc Balmer <marc@msys.ch> wrote:
> Am 18.01.11 13:41, schrieb Romulo:
>> It might not be the case, but it happened to me that the httpd's error
>> handler made a second request to the fastcgi url, thus, repeating the
>> response.
>> I'm sorry to don't quite remember it, but I guess it was the
>> favicon.ico (I know, the browser is the one to blame, but still..)
>> Perhaps you could print the request URI on top of each fcgi accept loop.
>>
>
> I think the reason must be something different.  It only happens, and
> really only, if the Lua function called with pcall() generates an error.

But have you tried to print the request URI? Perhaps the problem can
be something similar.

--rb