|
|
|
Older revisions
r9
by diogo86
on Jun 28, 2009
Diff
It turned out FastCGI doesn't respect flush() calls. The script now checks if it's running on FastCGI and disable multipart responses if so. ...
r8
by diogo86
on Jun 28, 2009
Diff
First release with a multipart response. The request remains open receiving all messages separated by a boundary. Only Gecko engines support it though so the old long polling ...