On Thu, Jan 13, 2011 at 12:38, Fabio Mascarenhas <mascaren...@acm.org> wrote:
> This is odd, your code should have been working, wsapi.common already > calls :flush after every :write, if a flush method is available, and > the FastCGI output object has a flush method (Xavante's does not, but > it uses a naked socket, which should be unbuffered anyway). But you > may need to change the configuration of your webserver, check this > thread: > > http://lists.luaforge.net/pipermail/kepler-project/2010-August/004289.html Thanks, Fabio. Looking into it some more it looks like it's merely a display issue in Webkit - Webkit waits until the entire document has been sent before displaying it, while Firefox displays progress live. There's probably a header that will tell Webkit to display while streaming, but I'll have to look into it. Anyway, it's definitely not a WSAPI issue. Sorry for the noise. Norman _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/